ReportPreviewSettings.SettingsProgressBar Property
Allows you to specify the progress bar position and behavior.
Namespace: DevExpress.XtraReports.Web.ReportDesigner
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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 |
---|---|---|
ASP.NET MVC Extensions | ReportDesignerSettings |
|
.NET Reporting Tools | ASPxReportDesigner |
|
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