Enumerates units of measurement used in a C1RdlReportBase, used by ReportSize and related types.

Namespace:  C1.C1Rdl
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum ReportSizeType
Visual Basic
Public Enumeration ReportSizeType

Members

Member nameDescription
Cm Specifies centimetre's as the unit of measure.
Mm Specifies the millimeter as the unit of measure.
Inch Specifies the inch as the unit of measure.
Point Specifies a printer's point (1/72 inch) as the unit of measure.

See Also