ActiveReports 8
PageDocument Class Members
See Also  Properties  Methods  Events
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.Document Namespace : PageDocument Class

Glossary Item Box

The following tables list the members exposed by PageDocument.

Public Constructors

 NameDescription
Public ConstructorPageDocument ConstructorInitializes a new instance of PageDocument Class.  
Top

Public Properties

 NameDescription
Public PropertyCredentialsLocatorGets the credentials locator service.  
Public PropertyDataProviderServiceGets the data provider service  
Public PropertyDataSourceLocatorGets the data source locator  
Public PropertyPageReportGets the ReportDefinition for the report.  
Public PropertyParametersGets the parameters for the report.  
Public PropertyPrinterGets a reference to the document's printer settings.  
Public PropertyPrintOptionsGets a reference to the document's print options.  
Top

Public Methods

 NameDescription
Public MethodDisposePerforms tasks associated with freeing and releasing resources.  
Public MethodRenderOverloaded. Provides the output of the report to the specified rendering extension.  
Public MethodResetPrinterResets the printer properties.  
Top

Public Events

 NameDescription
Public EventLocateCredentialsOccurs when the report needs to obtain data source credentials from the calling application.  
Public EventLocateDataSourceOccurs when the report needs to locate a data source with from the calling application.  
Public EventPrintAbortedOccurs if the user clicks the Abort button on the status dialog.  
Public EventPrintingThreadErrorEventOccurs when an exception is thrown by the printing thread.  
Public EventPrintProgressOccurs when the document pages are printing.  
Top

See Also