ColorizeHyperlinks Property (C1Report)
In This Topic
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
).
Syntax
'Declaration
Public Property ColorizeHyperlinks As Boolean
public bool ColorizeHyperlinks {get; set;}
See Also