IReportServerClient Events
If implemented by a class, provides the client-side functionality for a DevExpress Report Server.Name | Description |
---|---|
ClearDocumentCompleted | Occurs when the document has been cleared. Inherited from IReportServiceClient. |
GetBuildStatusCompleted | Occurs when the created document’s status has been obtained. Inherited from IReportServiceClient. |
GetColumnsCompleted | Occurs on completion of obtaining the information about data columns from the server. |
GetDataMembersCompleted | Occurs on completion of obtaining the information about data members from the server. |
GetDataSourcesCompleted | Occurs on completion of obtaining the information about data sources from the server. |
GetDocumentDataCompleted | Occurs when the document data has been obtained. Inherited from IReportServiceClient. |
GetDrillThroughDetailReportCompleted | Inherited from IReportServiceClient. |
GetExportedDocumentCompleted | Occurs when the exported document has been obtained. Inherited from IReportServiceClient. |
GetExportStatusCompleted | Occurs when the exported document’s status has been obtained. Inherited from IReportServiceClient. |
GetLookUpValuesCompleted | Occurs when a lookup editor has finished obtaining the appropriate parameter values. Inherited from IReportServiceClient. |
GetPagesCompleted | Occurs when the document pages have been obtained. Inherited from IReportServiceClient. |
GetPrintDocumentCompleted | Occurs when the printed document has been obtained. Inherited from IReportServiceClient. |
GetPrintStatusCompleted | Occurs when the printed document’s status has been obtained. Inherited from IReportServiceClient. |
GetReportParametersCompleted | Occurs when the report parameters have been obtained. Inherited from IReportServiceClient. |
StartBuildCompleted | Occurs when the document build has started. Inherited from IReportServiceClient. |
StartExportCompleted | Occurs when the document export has started. Inherited from IReportServiceClient. |
StartPrintCompleted | Occurs when the document printing has started. Inherited from IReportServiceClient. |
StopBuildCompleted | Occurs when the document build has stopped. Inherited from IReportServiceClient. |
StopPrintCompleted | Occurs when the document printing has stopped. Inherited from IReportServiceClient. |
See Also