Back to Devexpress

ReportService.GetPrintStatus(PrintId) Method

xtrareports-devexpress-dot-xtrareports-dot-service-dot-reportservice-dot-getprintstatus-x28-devexpress-dot-documentservices-dot-servicemodel-dot-datacontracts-dot-printid-x29.md

latest1.9 KB
Original Source

ReportService.GetPrintStatus(PrintId) Method

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

Namespace : DevExpress.XtraReports.Service

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

NuGet Packages : DevExpress.Reporting.WCF, DevExpress.Win.Dashboard

Declaration

csharp
public virtual PrintStatus GetPrintStatus(
    PrintId printId
)
vb
Public Overridable Function GetPrintStatus(
    printId As PrintId
) As PrintStatus

Parameters

NameTypeDescription
printIdPrintId

A PrintId object.

|

Returns

TypeDescription
PrintStatus

A PrintStatus object.

|

Implements

GetPrintStatus(PrintId)

See Also

ReportService Class

ReportService Members

DevExpress.XtraReports.Service Namespace