메소드 | 설명 | |
---|---|---|
BindDataFiltersGrid ( bool selectAll ) : void |
Binds the data filters grid in the Settings dialog
|
|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the Block control.
|
|
LoadDropDowns ( ) : void |
Loads the drop downs.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
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 ( |
Creates the filter control.
|
|
GetFilterListRecursive ( List |
Gets the filter recursive.
|
|
GetReportDataKeyPrefix ( ) : string |
Gets the key prefix to use for User Preferences for ReportData filters
|
|
ShowReport ( ) : void |
Shows the report.
|
protected BindDataFiltersGrid ( bool selectAll ) : void | ||
selectAll | bool | |
리턴 | void |
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected OnInit ( |
||
e | An |
|
리턴 | void |
protected OnLoad ( |
||
e | The |
|
리턴 | void |
protected ShowFilters ( bool setSelection ) : void | ||
setSelection | bool | if set to |
리턴 | void |
protected btnFilterSetDefault_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
리턴 | void |
protected btnFilter_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
리턴 | void |
protected ddlReport_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
리턴 | void |
protected gReport_GridRebind ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
리턴 | void |
protected grdDataFilters_RowDataBound ( object sender, GridViewRowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | GridViewRowEventArgs | The |
리턴 | void |
protected mdConfigure_SaveClick ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
리턴 | void |