Back to Devexpress

UserDesignerOptions.ShowDimensionNotations Property

xtrareports-devexpress-dot-xtrareports-dot-configuration-dot-userdesigneroptions-b0964357.md

latest2.9 KB
Original Source

UserDesignerOptions.ShowDimensionNotations Property

Specifies whether to display exact element size (dimension notations) on the reporting surface during resize operations. The notations are based on a specified report unit (inches, millimeters, or pixels).

Namespace : DevExpress.XtraReports.Configuration

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public bool ShowDimensionNotations { get; set; }
vb
Public Property ShowDimensionNotations As Boolean

Property Value

TypeDescription
Boolean

true to display dimension notations; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowDimensionNotations
ReportingSettings

.UserDesignerOptions .ShowDimensionNotations

| | Settings |

.UserDesignerOptions .ShowDimensionNotations

|

Remarks

The notation are based on a selected report unit:

System of MeasurementDisplayed UnitImage
Imperial systeminches,
hundredths of an inch
Metric systemmillimeters,
tenths of a millimeter
Screen coordinatespixels

See the following help topic for details: Report Units of Measurement.

See Also

UserDesignerOptions Class

UserDesignerOptions Members

DevExpress.XtraReports.Configuration Namespace