GrapeCity.ActiveReports.Viewer.Win.v9 Assembly > GrapeCity.Viewer.Common.Model Namespace : ReportModelBase Class |
For a list of all members of this type, see ReportModelBase members.
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 |