Table of Contents

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

itemCollection CollectionTableLinesFooter

TableLineFooter(CollectionTableLinesFooter, int)

Creates and inserts a footer line at the specified index.

public TableLineFooter(CollectionTableLinesFooter itemCollection, int index)

Parameters

itemCollection CollectionTableLinesFooter
index int

Properties

IndexedGroups

Gets or sets the indexed groups value.

public string IndexedGroups { get; set; }

Property Value

string

Methods

CreateNewInstance()

Creates a new, empty instance of the current TableLineBase.

protected override TableLineBase CreateNewInstance()

Returns

TableLineBase