ReportService.GetPrintStatus(PrintId) Method
Gets the current status of a document that is being printed.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v24.1.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
Declaration
Parameters
Name | Type | Description |
---|---|---|
printId | PrintId | A PrintId object. |
Returns
Type | Description |
---|---|
PrintStatus | A PrintStatus object. |
Implements
See Also