Skip to main content
All docs
V25.1
  • ReportPreviewSettings.SettingsProgressBar Property

    Allows you to specify the progress bar position and behavior.

    Namespace: DevExpress.XtraReports.Web.ReportDesigner

    Assembly: DevExpress.XtraReports.v25.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
    .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