Method | Description | |
---|---|---|
BindGrid ( Report report, Rock.Web.UI.Controls.Grid gReport, Person currentPerson, int databaseTimeoutSeconds, string &errorMessage ) : void |
Shows the preview.
|
|
GetFilterFromControls ( System.Web.UI.WebControls.PlaceHolder phFilters ) : DataViewFilter |
Gets the dataviewfilter from the current values in the filter controls
|
|
RegisterJavascriptInclude ( |
Registers the javascript include needed for reporting client controls
|
Method | Description | |
---|---|---|
GetFilterControl ( |
Gets the filter control.
|
|
GetFilterFieldControl ( |
Gets the filter field control.
|
|
GetFilterGroupControl ( |
Gets the filter group control.
|
public static BindGrid ( Report report, Rock.Web.UI.Controls.Grid gReport, Person currentPerson, int databaseTimeoutSeconds, string &errorMessage ) : void | ||
report | Report | The report. |
gReport | Rock.Web.UI.Controls.Grid | The g report. |
currentPerson | Person | The current person. |
databaseTimeoutSeconds | int | The database timeout seconds. |
errorMessage | string | The error message. |
return | void |
public static GetFilterFromControls ( System.Web.UI.WebControls.PlaceHolder phFilters ) : DataViewFilter | ||
phFilters | System.Web.UI.WebControls.PlaceHolder | The ph filters. |
return | DataViewFilter |
public static RegisterJavascriptInclude ( |
||
filterField | The filter field. | |
return | void |