ActiveReports 12
HyperLinkUnderline Property (FlashViewerOptions)
Example 

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace > FlashViewerOptions Class : HyperLinkUnderline Property
Gets or sets a value determining whether the text in a control that hosts a hyperlink is underlined. The default value is true. 
Syntax
'Declaration
 
Public Property HyperLinkUnderline As Boolean
public bool HyperLinkUnderline {get; set;}
Example
WebViewer.FlashViewerOptions.HyperLinkUnderline = False
WebViewer.FlashViewerOptions.HyperLinkUnderline = false;
See Also

Reference

FlashViewerOptions Class
FlashViewerOptions Members