Defines positions to page break.
Namespace:
C1.C1Rdl.Rdl2008Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public enum BreakLocation |
Visual Basic |
---|
Public Enumeration BreakLocation |
Members
Member name | Description | |
---|---|---|
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. |