Skip to main content

PrintId Class

Identifies the printed document.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

#Declaration

[DataContract]
public class PrintId

The following members return PrintId objects:

Library Related API Members
Cross-Platform Class Library IAsyncReportService.EndStartPrint(IAsyncResult)
PrintId.GenerateNew()
PrintStatus.PrintId
.NET Reporting Tools IReportService.StartPrint(DocumentId, PageCompatibility)
ReportService.StartPrint(DocumentId, PageCompatibility)

#Remarks

An object of the PrintId type is returned by the PrintStatus.PrintId property.

#Inheritance

Object
PrintId
See Also