ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length.Unit Enumeration

In This Topic
    Length.Unit Enumeration
    In This Topic
    Represents the length measure unit
    Syntax
    'Declaration
     
    Public Enum Length.Unit 
       Inherits System.Enum
    public enum Length.Unit : System.Enum 
    Members
    MemberDescription
    CentimetersCentimeters
    InchesInches
    MillimetersMillimeters
    PicasPicas
    PointsPoints
    UnknownUnknown
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.Length.Unit

    See Also