Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / ColorizeHyperlinks Property

In This Topic
    ColorizeHyperlinks Property (C1MultiDocument)
    In This Topic
    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).

    Syntax
    'Declaration
     
    Public Property ColorizeHyperlinks As Nullable(Of Boolean)
    public Nullable<bool> ColorizeHyperlinks {get; set;}
    See Also