[]
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.
public bool UseHyperlinkSettings { get; set; }
Type | Description |
---|---|
bool |
|
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.