MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapUnit Enumeration

MapUnit Enumeration
Defines the unit for both width and height.
Syntax
'Declaration
 
Public Enum MapUnit 
   Inherits System.Enum
 
Members
MemberDescription
CentimeterUnit is Centimeter
InchUnit is Inch
MillimeterUnit is Millimeter
PercentageUnit is percentage of the containing object’s width/height.
PicaUnit is Pica (12 Points)
PointUnit is Point
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.MapUnit

See Also