Name | Description | |
---|---|---|
![]() | PageDocument Constructor | Initializes a new instance of PageDocument Class. |
The following tables list the members exposed by PageDocument.
Name | Description | |
---|---|---|
![]() | PageDocument Constructor | Initializes a new instance of PageDocument Class. |
Name | Description | |
---|---|---|
![]() | IsEmpty | Gets the value indicating whether the report contains any data. |
![]() | LocateDataSourceFn | Gets a delegate that can be used to retrieve data from a data source. |
![]() | PageReport | Gets the current report instance. |
![]() | Parameters | Gets the parameters for the report. |
![]() | Printer | Gets a reference to the document's printer settings. |
![]() | PrintOptions | Gets a reference to the document's print options. |
![]() | ResolveCredentialsFn | Gets a delegate that can be used to retrieve credentials. |
Name | Description | |
---|---|---|
![]() | ApplyInteractivity | Applies interactive actions to the report instance the next time it is rendered. |
![]() | Dispose | Performs tasks associated with the freeing and releasing of resources. |
![]() | InitializeReportHandlers | Sets the default event handlers for LocateDataSource and LocateCredentials. |
![]() ![]() | LoadSnapshot | Overloaded. Loads a page document from the snapshot file. |
![]() | Render | Overloaded. Renders a report using the specified rendering extension and output configuration. |
![]() | ResetPrinter | Resets the printer properties. |
![]() | SaveSnapshot | Overloaded. Saves document snapshot to the specified file. |
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 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. |