ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / TextDecoration Property

In This Topic
    TextDecoration Property (Style)
    In This Topic
    Gets or sets a special text formatting.
    Syntax
    'Declaration
     
    Public Property TextDecoration As ExpressionInfo
    public ExpressionInfo TextDecoration {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to a TextDecoration enumeration indicating the special text formatting.
    Remarks

    Valid values are listed in the table below.

    TextDecoration Description
    None No special formatting is used.
    Underline Text is rendered with a line below it.
    Overline Text is rendered with a line above it.
    LineThrough Text is rendered with a line through it.
    DoubleUnderline Text is rendered with a double line through it.
    See Also