ActiveReports Developer 7
TextDecoration Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Style Class : TextDecoration Property

Glossary Item Box

Gets or sets special text formatting.

Syntax

Visual Basic (Declaration) 
Public Property TextDecoration As ExpressionInfo
C# 
public ExpressionInfo TextDecoration {get; set;}

Property Value

An ExpressionInfo object that evaluates to a TextDecoration enumeration indicating the special text formatting. 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.

See Also