ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ReportModelBase Class
Fields Properties Methods Events

In This Topic
    ReportModelBase Class Members
    In This Topic

    The following tables list the members exposed by ReportModelBase.

    Public Fields
     NameDescription
    Public FieldTime span given to reports to stop loading report, after which they will be forced to comply  
    Public FieldThe maximum total page count  
    Top
    Public Properties
     NameDescription
    Public PropertyGets true if report has the BackToParent capability  
    Public PropertyGets true if report has the GalleyMode option  
    Public PropertyGets true if all parameters got valid values and report could be executed  
    Public PropertyGets true is report should be executed after loading  
    Public PropertyReturns "Cancel loading" command  
    Public PropertyDisables Refresh/Cancel button as non-applicable (e.g. .Document is assigned in runtime).  
    Public PropertyNon-null if LoadState is LoadState.Error, null otherwise. Second class property: you will not be notified on this property change.  
    Public PropertyGets true if report should be rendered in GalleyMode  
    Public PropertyIndicates, that report has parameters. Non-volatile.  
    Public PropertyTurn off interactive  
    Public PropertyGets or sets a value indicating whether the report is received from the server  
    Public PropertyGets current report execution/loading state  
    Public PropertyNumber of pages to download  
    Public PropertyCulture of the report. Null if report don't have such information.  
    Public PropertyGets "Execute" command  
    Public PropertyType of report viewer  
    Top
    Public Methods
     NameDescription
    Public MethodClears bookmarks.  
    Public MethodDisposes Model.  
    Public MethodLoads data into report. Must be implemented in descedants.  
    Public MethodEtracts bookmarks.  
    Public MethodHACK Temporary stub method to pass execution context back to report  
    Top
    Public Events
     NameDescription
    Public EventLoadState changed on LoadState.Completed notification  
    Top
    See Also