GrapeCity.ActiveReports.Viewer.Win.v9 Assembly > GrapeCity.Viewer.Common.Model Namespace : ReportModelBase Class |
The following tables list the members exposed by ReportModelBase.
Name | Description | |
---|---|---|
GracefulShutdownTimeoutMs | Time span given to reports to stop loading report, after which they will be forced to comply | |
MaxTotalPageCount |
Name | Description | |
---|---|---|
AllowBackToParent | Gets true if report has the BackToParent capability | |
AllowGalleyMode | Gets true if report has the GalleyMode option | |
AllParametersValid | Gets true if all parameters got valid values and report could be executed | |
AutoRun | Gets true is report should be executed after loading | |
Cancel | Returns "Cancel loading" command | |
DisableRefreshCancel | Disables Refresh/Cancel button as non-applicable (e.g. .Document is assigned in runtime). | |
Error | Non-null if LoadState is LoadState.Error, null otherwise. Second class property: you will not be notified on this property change. | |
GalleyMode | Gets true if report should be rendered in GalleyMode | |
HasParameters | Indicates, that report has parameters. Non-volatile. | |
LoadState | Gets current report execution/loading state | |
ReportCulture | Culture of the report. Null if report don't have such information. | |
Run | Gets "Execute" command |
Name | Description | |
---|---|---|
ClearBookmarks | ||
Dispose | ||
Load | Loads data into report. Must be implemented in descedants. | |
RefreshBookmarks | ||
SetupExecutionContext | HACK Temporary stub method to pass execution context back to report |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from GrapeCity.Viewer.Common.Model.ActiveModel) |