C# 클래스 RockWeb.Blocks.Reporting.ReportDetail

상속: Rock.Web.UI.RockBlock, IDetailBlock
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
ShowDetail ( int reportId ) : void

Shows the detail.

ShowDetail ( int reportId, int parentCategoryId ) : void

Shows the detail.

ShowEditDetails ( Report report ) : void

Shows the edit.

보호된 메소드들

메소드 설명
FieldsPanelWidget_DeleteClick ( object sender, EventArgs e ) : void

Handles the DeleteClick event of the FieldsPanelWidget control.

OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

OnPreRender ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.PreRender event.

btnAddField_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnAddField control.

btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnCopy_Click ( object sender, EventArgs e ) : void

Handles the Click event of the Copy button control.

btnDelete_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnDelete control.

btnEdit_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnEdit control.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

btnToggleResults_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnToggleResults control.

ddlFields_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ddlFields control.

etpEntityType_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the etpEntityType control.

gReport_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gReport control.

lbDataView_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
AddFieldPanelWidget ( System.Guid reportFieldGuid, ReportFieldType reportFieldType, string fieldSelection, bool showExpanded, RockContext rockContext, bool setReportFieldValues = false, ReportField reportField = null ) : void

Adds the field panel widget.

BindGrid ( Report report ) : void

Binds the grid.

CreateFieldTypeSpecificControls ( ReportFieldType reportFieldType, string fieldSelection, PanelWidget panelWidget, RockContext rockContext ) : void

Creates the data select controls.

GetDataSelectComponent ( RockContext rockContext, int dataSelectComponentId ) : DataSelectComponent

Creates a DataSelectComponent instance from a unique identifier.

GetSelectedFieldTypeSelection ( RockDropDownList ddlFields ) : FieldTypeSelection

Gets the selected field type select.

IsAuthorizedForAllReportComponents ( string reportAction, Report report, RockContext rockContext, string &authorizationMessage ) : bool

Determines whether [is authorized for all report components] [the specified report].

LoadDropDowns ( ) : void

Loads the drop downs.

LoadDropdownsForEntityType ( int entityTypeId ) : void

Loads the DataView and Fields dropdowns based on the selected EntityType

LoadFieldsDropDown ( RockDropDownList ddlFields ) : void

Loads the fields drop down.

PopulateFieldPanelWidget ( PanelWidget panelWidget, ReportField reportField, ReportFieldType reportFieldType, string fieldSelection, RockContext rockContext ) : void

Populates the field panel widget.

SelectedFieldTypeSupportsSorting ( PanelWidget panelWidget ) : bool

Selecteds the field type supports sorting.

SetEditMode ( bool editable ) : void

Sets the edit mode.

ShowReadonlyDetails ( Report report ) : void

Shows the readonly details.

SortPanelWidgets ( string eventParam, string values ) : void

Sorts the panel widgets.

메소드 상세

FieldsPanelWidget_DeleteClick() 보호된 메소드

Handles the DeleteClick event of the FieldsPanelWidget control.
protected FieldsPanelWidget_DeleteClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

OnInit() 보호된 메소드

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 void

OnLoad() 보호된 메소드

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
리턴 void

OnPreRender() 보호된 메소드

Raises the E:System.Web.UI.Control.PreRender event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 void

ShowDetail() 공개 메소드

Shows the detail.
public ShowDetail ( int reportId ) : void
reportId int The report identifier.
리턴 void

ShowDetail() 공개 메소드

Shows the detail.
public ShowDetail ( int reportId, int parentCategoryId ) : void
reportId int The report identifier.
parentCategoryId int The parent category id.
리턴 void

ShowEditDetails() 공개 메소드

Shows the edit.
public ShowEditDetails ( Report report ) : void
report Report The data view.
리턴 void

btnAddField_Click() 보호된 메소드

Handles the Click event of the btnAddField control.
protected btnAddField_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnCancel_Click() 보호된 메소드

Handles the Click event of the btnCancel control.
protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnCopy_Click() 보호된 메소드

Handles the Click event of the Copy button control.
protected btnCopy_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnDelete_Click() 보호된 메소드

Handles the Click event of the btnDelete control.
protected btnDelete_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnEdit_Click() 보호된 메소드

Handles the Click event of the btnEdit control.
protected btnEdit_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnSave_Click() 보호된 메소드

Handles the Click event of the btnSave control.
protected btnSave_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnToggleResults_Click() 보호된 메소드

Handles the Click event of the btnToggleResults control.
protected btnToggleResults_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

ddlFields_SelectedIndexChanged() 보호된 메소드

Handles the SelectedIndexChanged event of the ddlFields control.
protected ddlFields_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

etpEntityType_SelectedIndexChanged() 보호된 메소드

Handles the SelectedIndexChanged event of the etpEntityType control.
protected etpEntityType_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

gReport_GridRebind() 보호된 메소드

Handles the GridRebind event of the gReport control.
protected gReport_GridRebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbDataView_Click() 보호된 메소드

protected lbDataView_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void