C# 클래스 Rock.Reporting.ReportingHelper

파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
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 ( FilterField filterField ) : void

Registers the javascript include needed for reporting client controls

비공개 메소드들

메소드 설명
GetFilterControl ( Control control ) : DataViewFilter

Gets the filter control.

GetFilterFieldControl ( FilterField filterField ) : DataViewFilter

Gets the filter field control.

GetFilterGroupControl ( FilterGroup filterGroup ) : DataViewFilter

Gets the filter group control.

메소드 상세

BindGrid() 공개 정적인 메소드

Shows the preview.
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.
리턴 void

GetFilterFromControls() 공개 정적인 메소드

Gets the dataviewfilter from the current values in the filter controls
public static GetFilterFromControls ( System.Web.UI.WebControls.PlaceHolder phFilters ) : DataViewFilter
phFilters System.Web.UI.WebControls.PlaceHolder The ph filters.
리턴 DataViewFilter

RegisterJavascriptInclude() 공개 정적인 메소드

Registers the javascript include needed for reporting client controls
public static RegisterJavascriptInclude ( FilterField filterField ) : void
filterField Rock.Web.UI.Controls.FilterField The filter field.
리턴 void