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

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

보호된 메소드들

메소드 설명
BindDataFiltersGrid ( bool selectAll ) : void

Binds the data filters grid in the Settings dialog

Block_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the Block control.

LoadDropDowns ( ) : void

Loads the drop downs.

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.

ShowFilters ( bool setSelection ) : void

Creates and shows the Filter controls

ShowSettings ( ) : void

Shows the settings.

btnFilterSetDefault_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnFilterSetDefault control.

btnFilter_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnFilter control.

ddlReport_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ddlReport control.

gReport_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gReport control.

grdDataFilters_RowDataBound ( object sender, GridViewRowEventArgs e ) : void

Handles the RowDataBound event of the grdDataFilters control.

mdConfigure_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the mdConfigure control.

비공개 메소드들

메소드 설명
BindReportGrid ( ) : void

Binds the report grid.

CreateFilterControl ( Control parentControl, DataViewFilter filter, EntityType reportEntityType, bool setSelection, List selectedDataFieldGuids, List configurableDataFieldGuids, List togglableDataFieldGuids, RockContext rockContext ) : void

Creates the filter control.

GetFilterListRecursive ( List filterList, DataViewFilter filter, EntityType reportEntityType ) : void

Gets the filter recursive.

GetReportDataKeyPrefix ( ) : string

Gets the key prefix to use for User Preferences for ReportData filters

ShowReport ( ) : void

Shows the report.

메소드 상세

BindDataFiltersGrid() 보호된 메소드

Binds the data filters grid in the Settings dialog
protected BindDataFiltersGrid ( bool selectAll ) : void
selectAll bool
리턴 void

Block_BlockUpdated() 보호된 메소드

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

LoadDropDowns() 보호된 메소드

Loads the drop downs.
protected LoadDropDowns ( ) : void
리턴 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

ShowFilters() 보호된 메소드

Creates and shows the Filter controls
protected ShowFilters ( bool setSelection ) : void
setSelection bool if set to true [set selection].
리턴 void

ShowSettings() 보호된 메소드

Shows the settings.
protected ShowSettings ( ) : void
리턴 void

btnFilterSetDefault_Click() 보호된 메소드

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

btnFilter_Click() 보호된 메소드

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

ddlReport_SelectedIndexChanged() 보호된 메소드

Handles the SelectedIndexChanged event of the ddlReport control.
protected ddlReport_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e 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 EventArgs The instance containing the event data.
리턴 void

grdDataFilters_RowDataBound() 보호된 메소드

Handles the RowDataBound event of the grdDataFilters control.
protected grdDataFilters_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
sender object The source of the event.
e GridViewRowEventArgs The instance containing the event data.
리턴 void

mdConfigure_SaveClick() 보호된 메소드

Handles the SaveClick event of the mdConfigure control.
protected mdConfigure_SaveClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void