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.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowDimensionNotations |
---|---|
ReportingSettings |
|
Settings |
|
Remarks
The notation are based on a selected report unit:
System of Measurement | Displayed Unit | Image |
---|---|---|
Imperial system | inches | |
Metric system | millimeters | |
Screen coordinates | pixels |
See the following help topic for details: Report Units of Measurement.
See Also