'Declaration Public Enum BreakLocation Inherits System.Enum
public enum BreakLocation : System.Enum
'Declaration Public Enum BreakLocation Inherits System.Enum
public enum BreakLocation : System.Enum
Member | Description |
---|---|
Between | Page break should be between each instance of the Group. |
End | Page break should be after the ReportItem or each instance of the Group. |
Start | Page break should be before the ReportItem or each instance of the Group. |
StartAndEnd | Page break should be before and after the ReportItem or each instance of the Group. |
System.Object
System.ValueType
System.Enum
C1.C1Rdl.Rdl2008.BreakLocation