IReportService.GetPrintStatus(PrintId) Method
In This Article
Gets the current status of a document that is being printed.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v24.2.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 |
---|---|---|
print |
Print |
A Print |
#Returns
Type | Description |
---|---|
Print |
A Print |
See Also