ReportPreviewSettings.SettingsProgressBar Property
In This Article
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 |
---|---|
Web |
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 Settings |
---|---|---|
.NET Reporting Tools | ASPx |
|
ASP. |
Report |
|
#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