Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / ReportSizeType Enumeration

In This Topic
    ReportSizeType Enumeration
    In This Topic
    Enumerates units of measurement used in a C1RdlReportBase, used by ReportSize and related types.
    Syntax
    'Declaration
     
    Public Enum ReportSizeType 
       Inherits System.Enum
    public enum ReportSizeType : System.Enum 
    Members
    MemberDescription
    CmSpecifies centimetre's as the unit of measure.
    InchSpecifies the inch as the unit of measure.
    MmSpecifies the millimeter as the unit of measure.
    PointSpecifies a printer's point (1/72 inch) as the unit of measure.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.ReportSizeType

    See Also