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

In This Topic
    StyleType Enumeration
    In This Topic
    Enumeration of style types.
    Syntax
    'Declaration
     
    Public Enum StyleType 
       Inherits System.Enum
    public enum StyleType : System.Enum 
    Members
    MemberDescription
    CommonCommon style type.
    TableOfContentTOC style type
    TableOfContentLevelTOC level style type
    TextText style type.
    Inheritance Hierarchy

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

    See Also