PageDocument Class Members
In This Topic
The following tables list the members exposed by PageDocument.
Public Constructors
Public Properties
Public Methods
| Name | Description |
| ApplyInteractivity | Interactivity actions to be applied to report instance next during rendering. |
| Dispose | Performs tasks associated with freeing and releasing resources. |
| InitializeReportHandlers | Sets the handlers to document |
| Render | Overloaded. Provides the output of the report to the specified rendering extension. |
| ResetPrinter | Resets the printer properties. |
Top
Public Events
| Name | Description |
| LocateCredentials | Occurs when the report needs to obtain data source credentials from the calling application. |
| LocateDataSource | Occurs when the report needs to locate a data source with from the calling application. |
| PrintAborted | Occurs if the user clicks the Abort button on the status dialog. |
| PrintingThreadErrorEvent | Occurs when an exception is thrown by the printing thread. |
| PrintProgress | Occurs when the document pages are printing. |
Top
See Also