Specifies where to position the Table of Contents in the Report Book.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum ReportBookTocPosition
Fields
After the reports in the Report Book.
C#
AfterContent = 1
Before the reports in the Report Book.
C#
BeforeContent = 0