Skip to main content

ExportStatus.ExportId Property

Identifies the exported document.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public ExportId ExportId { get; set; }

Property Value

Type Description
ExportId

An ExportId object.

See Also