[]
Gets or sets a value indicating whether the hyperlink text within the report viewer is underlined. This property is applicable only to SectionReports.
public bool HyperlinkUnderline { get; set; }
Type | Description |
---|---|
bool |
|
This property allows for the customization of hyperlink appearance within SectionReports. By default, hyperlinks are underlined to distinguish them from regular text, enhancing user interaction by making links visually identifiable.
Setting this property to false
will remove the underline from hyperlink text, which may be useful for achieving a specific design
aesthetic or when hyperlink styling is handled through other means.