Skip to main content
A newer version of this page is available. .

ReportServerClient Events

Provides the client-side functionality for a DevExpress Report Server.
Name Description
ClearDocumentCompleted Occurs when the document has been cleared. Inherited from ReportServiceClient.
GetBuildStatusCompleted Occurs when the created document’s status has been obtained. Inherited from ReportServiceClient.
GetColumnsCompleted Occurs when data member columns have been obtained.
GetDataMembersCompleted Occurs when a collection of data members has been obtained.
GetDataSourcesCompleted Occurs when a collection of data sources has been obtained.
GetDocumentDataCompleted Occurs when the document data has been obtained. Inherited from ReportServiceClient.
GetExportedDocumentCompleted Occurs when the exported document has been obtained. Inherited from ReportServiceClient.
GetExportStatusCompleted Occurs when the document export status has been obtained. Inherited from ReportServiceClient.
GetLookUpValuesCompleted Occurs when a lookup editor has finished obtaining the appropriate parameter values. Inherited from ReportServiceClient.
GetPagesCompleted Occurs when the document pages have been obtained. Inherited from ReportServiceClient.
GetPrintDocumentCompleted Occurs when the printed document has been obtained. Inherited from ReportServiceClient.
GetPrintStatusCompleted Occurs when the printed document’s status has been obtained. Inherited from ReportServiceClient.
GetReportParametersCompleted Occurs when the report parameters have been obtained. Inherited from ReportServiceClient.
StartBuildCompleted Occurs when the document build has started. Inherited from ReportServiceClient.
StartExportCompleted Occurs when the document export has started. Inherited from ReportServiceClient.
StartPrintCompleted Occurs when the document printing has started. Inherited from ReportServiceClient.
StopBuildCompleted Occurs when the document build has stopped. Inherited from ReportServiceClient.
StopPrintCompleted Occurs when the document printing has stopped. Inherited from ReportServiceClient.
See Also