ReportService.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
public virtual PrintStatus GetPrintStatus(
PrintId printId
)
#Parameters
Name | Type | Description |
---|---|---|
print |
Print |
A Print |
#Returns
Type | Description |
---|---|
Print |
A Print |
#Implements
See Also