Skip to main content

ReportServiceClient Members

Provides the client-side functionality for a WCF Report Service.

Constructors

Name Description
ReportServiceClient(IAsyncReportService) Initializes a new instance of the ReportServiceClient class with the specified settings.

Methods

Name Description
ClearDocumentAsync(DocumentId, Object) Starts clearing the document (asynchronously).
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetBuildStatusAsync(DocumentId, Object) Starts obtaining the document build status (asynchronously).
GetDocumentDataAsync(DocumentId, Object) Starts obtaining the document data (asynchronously).
GetDrillThroughDetailReportAsync(InstanceIdentity, String, Object)
GetExportedDocumentAsync(ExportId, Object) Starts obtaining the exported document (asynchronously).
GetExportStatusAsync(ExportId, Object) Starts obtaining document export status (asynchronously).
GetHashCode() Serves as the default hash function. Inherited from Object.
GetLookUpValues(InstanceIdentity, ReportParameter[], String[], Object) Obsolete. Returns a collection of parameter values assigned to a lookup editor.
GetLookUpValuesAsync(InstanceIdentity, ReportParameter[], String[], Object) Asynchronously obtains a collection of parameter values assigned to a lookup editor.
GetPagesAsync(DocumentId, Int32[], PageCompatibility, Object) Starts obtaining the document pages (asynchronously).
GetPrintDocumentAsync(PrintId, Object) Starts obtaining the printed document (asynchronously).
GetPrintStatusAsync(PrintId, Object) Starts obtaining the status of the printed document (asynchronously).
GetReportParametersAsync(InstanceIdentity, Object) Starts obtaining the report parameters (asynchronously).
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
StartBuildAsync(InstanceIdentity, ReportBuildArgs, Object) Starts building the report (asynchronously).
StartExportAsync(DocumentId, DocumentExportArgs, Object) Starts exporting the document (asynchronously).
StartPrintAsync(DocumentId, PageCompatibility, Object) Starts printing the document (asynchronously).
StopBuildAsync(DocumentId, Object) Stops building the document (asynchronously).
StopPrintAsync(PrintId, Object) Starts printing the document (asynchronously).
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
ClearDocumentCompleted Occurs when the document has been cleared.
GetBuildStatusCompleted Occurs when the created document’s status has been obtained.
GetDocumentDataCompleted Occurs when the document data has been obtained.
GetDrillThroughDetailReportCompleted
GetExportedDocumentCompleted Occurs when the exported document has been obtained.
GetExportStatusCompleted Occurs when the document export status has been obtained.
GetLookUpValuesCompleted Occurs when a lookup editor has finished obtaining the appropriate parameter values.
GetPagesCompleted Occurs when the document pages have been obtained.
GetPrintDocumentCompleted Occurs when the printed document has been obtained.
GetPrintStatusCompleted Occurs when the printed document’s status has been obtained.
GetReportParametersCompleted Occurs when the report parameters have been obtained.
StartBuildCompleted Occurs when the document build has started.
StartExportCompleted Occurs when the document export has started.
StartPrintCompleted Occurs when the document printing has started.
StopBuildCompleted Occurs when the document build has stopped.
StopPrintCompleted Occurs when the document printing has stopped.
See Also