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

In This Topic
    FontStyle Enumeration
    In This Topic
    Specifies the font style.
    Syntax
    'Declaration
     
    Public Enum FontStyle 
       Inherits System.Enum
    public enum FontStyle : System.Enum 
    Members
    MemberDescription
    ItalicIndicates Italicised text.
    NormalIndicates normal text.
    Inheritance Hierarchy

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

    See Also