MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document Namespace / PageDocument Class
Properties Methods Events

PageDocument Class Members

The following tables list the members exposed by PageDocument.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of PageDocument Class.  
Top
Public Properties
 NameDescription
Public PropertyGets the value indicating whether the report contains any data.  
Public PropertyGets a delegate that can be used to retrieve data from a data source.  
Public PropertyGets the current report instance.  
Public PropertyGets the parameters for the report.  
Public PropertyGets a reference to the document's printer settings.  
Public PropertyGets a reference to the document's print options.  
Public PropertyGets a delegate that can be used to retrieve credentials.  
Top
Public Methods
 NameDescription
Public MethodApplies interactive actions to the report instance the next time it is rendered.  
Public MethodPerforms tasks associated with the freeing and releasing of resources.  
Public MethodSets the default event handlers for LocateDataSource and LocateCredentials.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Loads a page document from the snapshot file.  
Public MethodOverloaded. Renders a report using the specified rendering extension and output configuration.  
Public MethodResets the printer properties.  
Public MethodOverloaded. Saves document snapshot to the specified file.  
Top
Public Events
 NameDescription
Public EventOccurs when the report needs to obtain data source credentials from the calling application.  
Public EventOccurs when the report needs to locate a data source from the calling application.  
Public EventOccurs if the user clicks the Abort button on the status dialog.  
Public EventOccurs when an exception is thrown by the printing thread.  
Public EventOccurs when the document pages are printing.  
Top
See Also