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).

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public bool ColorizeHyperlinks { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
Public Property ColorizeHyperlinks As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also