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.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool LinksOnPageNumbersOnly { get; set; }
Visual Basic
Public Property LinksOnPageNumbersOnly As Boolean
	Get
	Set

See Also