Skip to main content

ReportServicePreviewModel.ProgressVisibility Property

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

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