ReportPreviewSettings.ProgressBarSettings Property
Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
[DataMember(Name = "progressBarSettings")]
public ProgressBarSettings ProgressBarSettings { get; set; }
Property Value
| Type |
|---|
| ProgressBarSettings |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ProgressBarSettings |
|---|---|
| ReportDesignerSettingsBase |
|
See Also