Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ReportPreviewSettings.SettingsProgressBar Property

Allows you to specify the progress bar position and behavior.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v24.2.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
.NET Reporting Tools 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