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

In This Topic
    TextDecoration Enumeration
    In This Topic
    Specifies special text formatting.
    Syntax
    'Declaration
     
    Public Enum TextDecoration 
       Inherits System.Enum
    public enum TextDecoration : System.Enum 
    Members
    MemberDescription
    LineThroughIndicates struck out text.
    NoneIndicates no speical formatting.
    OverlineIndicates overlined text.
    UnderlineIndicates underlined text.
    Inheritance Hierarchy

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

    See Also