Reports for WPF | ComponentOne
C1.C1Report Namespace / HtmlFilter Class / GetHtmlFieldLink Method
Field that contains the link.

In This Topic
    GetHtmlFieldLink Method (HtmlFilter)
    In This Topic
    Gets an HTML tag that represents a link in a field.
    Syntax
    'Declaration
     
    Protected Function GetHtmlFieldLink( _
       ByVal field As Field _
    ) As String
    protected string GetHtmlFieldLink( 
       Field field
    )

    Parameters

    field
    Field that contains the link.

    Return Value

    An HTML tag that represents a link in a field.
    See Also