Skip to main content
A newer version of this page is available. .

ProgressBarSettings.PositionString Property

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly: DevExpress.XtraReports.v20.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "position")]
public string PositionString { get; set; }

Property Value

Type
String

Property Paths

You can access this nested property as listed below:

Object Type Path to PositionString
WebDocumentViewerModel
.ProgressBarSettings .PositionString
See Also