ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportPartPropertyType Enumeration

In This Topic
    ReportPartPropertyType Enumeration
    In This Topic
    Available report part property types.
    Syntax
    'Declaration
     
    Public Enum ReportPartPropertyType 
       Inherits System.Enum
    public enum ReportPartPropertyType : System.Enum 
    Members
    MemberDescription
    BooleanThe data type is Boolean.
    BorderStyleThe data type is borderStyle.
    ColorThe data type is color.
    FloatThe data type is float.
    FontFamilyThe data type is fontFamily.
    FontSizeThe data type is fontSize.
    FontStyleThe data type is fontStyle.
    FontWeightThe data type is fontWeight.
    IntegerThe data type is integer.
    LengthThe data type is length.
    LineStyleThe data type is lineStyle.
    LineWidthThe data type is lineWidth.
    StringThe data type is string.
    TextDecorationThe data type is textDecoration.
    Inheritance Hierarchy

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

    See Also