ActiveReports Developer 7
HyperlinkUnderline Property
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : HyperlinkUnderline Property

Glossary Item Box

Gets or sets a value determining whether the text in a control that hosts a hyperlink is underlined. The default value is true. For SectionReports only.

Syntax

Visual Basic (Declaration) 
Public Property HyperlinkUnderline As System.Boolean
C# 
public System.bool HyperlinkUnderline {get; set;}

See Also