Skip to main content
A newer version of this page is available. .
All docs
V23.1

ReportPreviewSettings.SettingsProgressBar Property

Allows you to specify the progress bar position and behavior.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v23.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public WebDocumentViewerProgressBarSettings SettingsProgressBar { get; }

Property Value

Type Description
WebDocumentViewerProgressBarSettings

A class that contains settings for the progress bar that appears when a report is generated.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to SettingsProgressBar
Reporting ASPxReportDesigner
.SettingsReportPreview .SettingsProgressBar
ASP.NET MVC Extensions ReportDesignerSettings
.SettingsReportPreview .SettingsProgressBar

Remarks

The SettingsProgressBar property allows you to set the Report Designer Preview‘s progress bar position and behavior.

This property allows you to specify the following properties:

  • Position - specifies the progress bar’s position.
  • KeepOnVisibleArea - specifies if the progress bar retains its position when users scroll a web page that contains the Document Viewer.
See Also