ComponentOne Reports for WPF
C1.C1Preview.Export Namespace / HtmlExporter Class / LinksLocation Property

In This Topic
    LinksLocation Property
    In This Topic
    Gets or sets the location of hyperlinks on the generated page(s) (the hyperlinks can contain outline entries or page numbers).
    Syntax
    'Declaration
     
    Public Property LinksLocation As HtmlExporter.LinksLocationsEnum
    public HtmlExporter.LinksLocationsEnum LinksLocation {get; set;}
    See Also