Defines positions to page break.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum BreakLocation
Visual Basic
Public Enumeration BreakLocation

Members

Member nameDescription
Start Page break should be before the ReportItem or each instance of the Group.
End Page break should be after the ReportItem or each instance of the Group.
StartAndEnd Page break should be before and after the ReportItem or each instance of the Group.
Between Page break should be between each instance of the Group.

See Also