Back to Devexpress

ConfigureReportPageSettingsPage.ReportUnit Property

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-dot-reportwizard-dot-pages-dot-configurereportpagesettingspage.md

latest2.0 KB
Original Source

ConfigureReportPageSettingsPage.ReportUnit Property

Specifies the report measurement unit used in ConfigureReportPageSettingsPage.SelectedUnit.

Namespace : DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly : DevExpress.Xpf.ReportDesigner.v25.2.dll

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
public ReportUnit ReportUnit { get; set; }
vb
Public Property ReportUnit As ReportUnit

Property Value

TypeDescription
ReportUnit

An enumeration value that indicates the measurement unit.

|

Available values:

NameDescription
Inches

The unit of measurement is in inches.

| | HundredthsOfAnInch |

The unit of measurement is in hundredths of an inch.

| | Millimeters |

The unit of measurement is in millimeters.

| | TenthsOfAMillimeter |

The unit of measurement is in tenths of a millimeter.

| | Pixels |

The unit of measurement is in pixels (one pixel equals 1 / 96 of an inch).

|

See Also

ConfigureReportPageSettingsPage Class

ConfigureReportPageSettingsPage Members

DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages Namespace