Back to Devexpress

ConfigureReportPageSettingsPageView.ReportUnit Property

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-views-dot-configurereportpagesettingspageview.md

latest1.9 KB
Original Source

ConfigureReportPageSettingsPageView.ReportUnit Property

Specifies the report measurement unit.

Namespace : DevExpress.XtraReports.Wizards.Views

Assembly : DevExpress.XtraReports.v25.2.Extensions.dll

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
[Browsable(false)]
public ReportUnit ReportUnit { get; set; }
vb
<Browsable(False)>
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).

|

Implements

ReportUnit

See Also

ConfigureReportPageSettingsPageView Class

ConfigureReportPageSettingsPageView Members

DevExpress.XtraReports.Wizards.Views Namespace