Skip to main content
A newer version of this page is available. .

IReportService.GetPrintStatus(PrintId) Method

Gets the current status of a document that is being printed.

Namespace: DevExpress.XtraReports.Service

Assembly: DevExpress.XtraReports.v18.2.Service.dll

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