Class TableLineGroupFooter
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Group footer line printed after each group with optional page break triggering.
public class TableLineGroupFooter : TableLineGroupBase
- Inheritance
-
TableLineGroupFooter
- Inherited Members
Constructors
TableLineGroupFooter(CollectionTableLinesGroupFooter)
Creates and appends a group footer line.
public TableLineGroupFooter(CollectionTableLinesGroupFooter itemCollection)
Parameters
itemCollectionCollectionTableLinesGroupFooter
TableLineGroupFooter(CollectionTableLinesGroupFooter, int)
Creates and inserts a group footer line at the specified index.
public TableLineGroupFooter(CollectionTableLinesGroupFooter itemCollection, int index)
Parameters
itemCollectionCollectionTableLinesGroupFooterindexint
Properties
TriggerNewPage
Gets or sets whether a new page is triggered after the group.
public string TriggerNewPage { get; set; }
Property Value
Methods
CreateNewInstance()
Creates a new, empty instance of the current TableLineBase.
protected override TableLineBase CreateNewInstance()