ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Document Namespace / PageDocument Class
Properties Methods Events

In This Topic
    PageDocument Class Members
    In This Topic

    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 PropertyReturns True if the report contains no data.  
    Public PropertyGets the data source locator  
    Public PropertyGets the ReportDefinition for the report.  
    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 the credentials locator  
    Top
    Public Methods
     NameDescription
    Public MethodInteractivity actions to be applied to report instance next during rendering.  
    Public MethodPerforms tasks associated with freeing and releasing resources.  
    Public MethodSets the handlers to document  
    Public MethodOverloaded. Provides the output of the report to the specified rendering extension.  
    Public MethodResets the printer properties.  
    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 with 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