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

ExportStatus.ProgressPosition Property

Specifies the current progress of the document export.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

Declaration

[DataMember]
public int ProgressPosition { get; set; }

Property Value

Type Description
Int32

An integer value, specifying the progress position.

See Also