TocPosition
Enum
Specifies the position of the Table of Contents relative to the report sections.
Definition
Fields
After the report footer section.
C#
AfterReportFooter = 3
After the report header section.
C#
AfterReportHeader = 1
Before the report footer section.
C#
BeforeReportFooter = 2
Before the report header section.
C#
BeforeReportHeader = 0