Back to Devexpress

PrintStatus Class

corelibraries-devexpress-dot-documentservices-dot-servicemodel-dot-datacontracts-fb9508c4.md

latest2.0 KB
Original Source

PrintStatus Class

Contains the information related to the current status of a printed document.

Namespace : DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DataContract]
public class PrintStatus
vb
<DataContract>
Public Class PrintStatus

The following members return PrintStatus objects:

LibraryRelated API Members
Cross-Platform Class LibraryIAsyncReportService.EndGetPrintStatus(IAsyncResult)
.NET Reporting ToolsIReportService.GetPrintStatus(PrintId)
ReportService.GetPrintStatus(PrintId)

Remarks

An object of the PrintStatus type is returned by the ReportService.GetPrintStatus method.

Inheritance

Object PrintStatus

See Also

PrintStatus Members

DevExpress.DocumentServices.ServiceModel.DataContracts Namespace