Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / HtmlExporter Class / LinksLocation Property

In This Topic
    LinksLocation Property (HtmlExporter)
    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