| Visual Basic (Declaration) | |
|---|---|
Public Enum GroupKeepTogether Inherits Enum | |
| C# | |
|---|---|
public enum GroupKeepTogether : Enum | |
| Member | Description |
|---|---|
| None | Specifies that T:BandedListGroup content could be broken across pages |
| All | Specifies that T:BandedListGroup content should be kept together when possible |
| FirstDetail | Specifies that T:BandedListGroup header band should be kept together with first details band when possible |
| LastDetail | Specifies that T:BandedListGroup footer band should be kept together with last details band when possible |
System.Object
System.ValueType
System.Enum
DataDynamics.Reports.Extensibility.Rendering.Components.BandedList.GroupKeepTogether