Class TableLineFooter
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Footer line printed after all data/group lines optionally grouped by IndexedGroups.
public class TableLineFooter : TableLineBase
- Inheritance
-
TableLineFooter
- Inherited Members
Constructors
TableLineFooter(CollectionTableLinesFooter)
Creates and appends a table footer line.
public TableLineFooter(CollectionTableLinesFooter itemCollection)
Parameters
itemCollectionCollectionTableLinesFooter
TableLineFooter(CollectionTableLinesFooter, int)
Creates and inserts a footer line at the specified index.
public TableLineFooter(CollectionTableLinesFooter itemCollection, int index)
Parameters
itemCollectionCollectionTableLinesFooterindexint
Properties
IndexedGroups
Gets or sets the indexed groups value.
public string IndexedGroups { get; set; }
Property Value
Methods
CreateNewInstance()
Creates a new, empty instance of the current TableLineBase.
protected override TableLineBase CreateNewInstance()