ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / UseHyperlinkSettings Property

In This Topic
UseHyperlinkSettings Property (Viewer)
In This Topic
Gets or sets a value indicating whether the viewer should apply the specified hyperlink settings, such as color, underline, and background color, to hyperlinks within SectionReports.
Syntax
'Declaration
 
Public Property UseHyperlinkSettings As Boolean
 

Property Value

true if the viewer applies the hyperlink settings; otherwise, false. The default is true.
Remarks
Enabling this property ensures that hyperlinks in SectionReports are rendered according to the hyperlink settings specified in the viewer, providing a consistent appearance and behavior for hyperlinks. When set to false, hyperlinks will be displayed using the default or report-specified styles, which may not align with the viewer's hyperlink settings.
See Also