ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1HyperlinkTextAttrs Class / C1HyperlinkTextAttrs Constructor / C1HyperlinkTextAttrs Constructor(Boolean)
A value indicating whether the hyperlink text should be underlined.

In This Topic
    C1HyperlinkTextAttrs Constructor(Boolean)
    In This Topic
    Initializes a new instance of the C1HyperlinkTextAttrs class, assigning Underline property.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal underline As System.Boolean _
    )
    public C1HyperlinkTextAttrs( 
       System.bool underline
    )

    Parameters

    underline
    A value indicating whether the hyperlink text should be underlined.
    See Also