Class PropertyKeepTogether
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents keep-together settings for table lines (data line definitions and indexed groups).
public class PropertyKeepTogether : DomItem
- Inheritance
-
PropertyKeepTogether
- Inherited Members
Properties
DataLineDefinitions
Gets or sets whether data line definitions are kept together.
public bool DataLineDefinitions { get; set; }
Property Value
IndexedGroups
Gets or sets whether indexed groups are kept together.
public bool IndexedGroups { get; set; }