Skip to main content

ReportServicePreviewModel.ProgressVisibility Property

Gets the current visibility of the Progress Bar, which appears in the Document Viewer while the document is being created.

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public override bool ProgressVisibility { get; }

#Property Value

Type Description
Boolean

true if the Progress Bar is shown; otherwise false.

#Remarks

Depending on the document content, the Document Viewer can display progress bars of the following two types.

See Also