Gets the value of the ColorizeHyperlinks property of the C1Report represented by the current multi-document item. This property is null the current item does not represent a C1Report.

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

Syntax

C#
public Nullable<bool> ColorizeHyperlinks { get; }
Visual Basic
Public ReadOnly Property ColorizeHyperlinks As Nullable(Of Boolean)
	Get

See Also