[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Viewer.UseHyperlinkSettings

UseHyperlinkSettings Property

UseHyperlinkSettings

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.

Declaration
public bool UseHyperlinkSettings { get; set; }
Property Value
Type Description
bool

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.