Name | Description | |
---|---|---|
GracefulShutdownTimeoutMs | Time span given to reports to stop loading report, after which they will be forced to comply | |
MaxTotalPageCount | The maximum total page count |
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 | The maximum total page count |
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. | |
InteractiveOff | Turn off interactive | |
IsRemoteReport | Gets or sets a value indicating whether the report is received from the server | |
LoadState | Gets current report execution/loading state | |
NumberOfPages | Number of pages to download | |
ReportCulture | Culture of the report. Null if report don't have such information. | |
Run | Gets "Execute" command | |
ViewerType | Type of report viewer |
Name | Description | |
---|---|---|
ClearBookmarks | Clears bookmarks. | |
Dispose | Disposes Model. | |
Load | Loads data into report. Must be implemented in descedants. | |
RefreshBookmarks | Etracts bookmarks. | |
SetupExecutionContext | HACK Temporary stub method to pass execution context back to report |
Name | Description | |
---|---|---|
LoadCompleted | LoadState changed on LoadState.Completed notification |