Table of Contents

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

itemCollection CollectionTableLinesGroupFooter

TableLineGroupFooter(CollectionTableLinesGroupFooter, int)

Creates and inserts a group footer line at the specified index.

public TableLineGroupFooter(CollectionTableLinesGroupFooter itemCollection, int index)

Parameters

itemCollection CollectionTableLinesGroupFooter
index int

Properties

TriggerNewPage

Gets or sets whether a new page is triggered after the group.

public string TriggerNewPage { get; set; }

Property Value

string

Methods

CreateNewInstance()

Creates a new, empty instance of the current TableLineBase.

protected override TableLineBase CreateNewInstance()

Returns

TableLineBase