IReportService.GetPrintStatus(PrintId) Method
Gets the current status of a document that is being printed.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v25.1.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
Declaration
[OperationContract]
[WebInvoke(RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
PrintStatus GetPrintStatus(
PrintId printId
)
Parameters
| Name | Type | Description |
|---|---|---|
| printId | PrintId | A PrintId object. |
Returns
| Type | Description |
|---|---|
| PrintStatus | A PrintStatus object. |
See Also