Gets or sets a value indicating whether hyperlinks in the report are colorized. This property only affects C1.C1Report items of the multi-document.

The default is null (the property is not defined at the multi-document level).

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

Syntax

C#
[XmlAttributeAttribute("UseGdiPlusTextRendering")]
[DefaultValueAttribute(null)]
public Nullable<bool> ColorizeHyperlinks { get; set; }
Visual Basic
<XmlAttributeAttribute("UseGdiPlusTextRendering")> _
<DefaultValueAttribute(Nothing)> _
Public Property ColorizeHyperlinks As Nullable(Of Boolean)
	Get
	Set

See Also