PageBreak
Enum
Specifies where to make a page break, with respect to a ReportSection.
Definition
Fields
A page break will occur after the ReportSection
C#
After = 2
A page break will occur before the ReportSection
C#
Before = 1
A page break will occur before and after the ReportSection
C#
BeforeAndAfter = Before | After