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

ReportServicePreviewModel.ProgressMaximum Property

Specifies the maximum absolute value shown in the Progress Bar, which appears in the Document Viewer while the document is being created.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public override int ProgressMaximum { get; }

Property Value

Type Description
Int32

An integer value.

See Also