Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderToc Class / LinksOnPageNumbersOnly Property

In This Topic
    LinksOnPageNumbersOnly Property
    In This Topic
    Gets or sets a value indicating whether only the page numbers in the rendered TOC represent clickable hyperlinks (otherwise, the entire area between an entry's caption and page number can be clicked). The default value is false.
    Syntax
    'Declaration
     
    Public Property LinksOnPageNumbersOnly As Boolean
    public bool LinksOnPageNumbersOnly {get; set;}
    See Also