Class TableLineGroupHeader
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Group header line printed before a group offering keep-together, expansion and repetition options.
public class TableLineGroupHeader : TableLineGroupBase
- Inheritance
-
TableLineGroupHeader
- Inherited Members
Constructors
TableLineGroupHeader(CollectionTableLinesGroupHeader)
Creates and appends a group header line.
public TableLineGroupHeader(CollectionTableLinesGroupHeader itemCollection)
Parameters
itemCollectionCollectionTableLinesGroupHeader
TableLineGroupHeader(CollectionTableLinesGroupHeader, int)
Creates and inserts a group header line at the specified index.
public TableLineGroupHeader(CollectionTableLinesGroupHeader itemCollection, int index)
Parameters
itemCollectionCollectionTableLinesGroupHeaderindexint
Properties
Expandable
Gets or sets whether the group is expandable/collapsible.
public string Expandable { get; set; }
Property Value
KeepGroupTogether
Gets or sets whether the group should be kept together.
public string KeepGroupTogether { get; set; }
Property Value
PageBreakOptions
Gets the page break options.
[JsonInclude]
public PageBreakOptions PageBreakOptions { get; }
Property Value
RepeatAsHeader
Gets or sets whether the header is repeated on following pages.
public string RepeatAsHeader { get; set; }
Property Value
Methods
CreateNewInstance()
Creates a new, empty instance of the current TableLineBase.
protected override TableLineBase CreateNewInstance()