ColorizeHyperlinks Property
Gets or sets a value indicating whether hyperlinks in the report are colorized automatically.
The default is false
(which is compatible with older versions of C1Report
).
public System.bool ColorizeHyperlinks {get; set;}
'Declaration
Public Property ColorizeHyperlinks As System.Boolean