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

ReportService.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

public virtual PrintStatus GetPrintStatus(
    PrintId printId
)

Parameters

Name Type Description
printId PrintId

A PrintId object.

Returns

Type Description
PrintStatus

A PrintStatus object.

See Also