Table of Contents

Class TableLineHeader

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Header line printed once at the start of the table (or at each page in multi-pass scenarios).

public class TableLineHeader : TableLineBase
Inheritance
TableLineHeader
Inherited Members

Constructors

TableLineHeader(CollectionTableLinesHeader)

Creates and appends a header line.

public TableLineHeader(CollectionTableLinesHeader itemCollection)

Parameters

itemCollection CollectionTableLinesHeader

TableLineHeader(CollectionTableLinesHeader, int)

Creates and inserts a header line at the specified index.

public TableLineHeader(CollectionTableLinesHeader itemCollection, int index)

Parameters

itemCollection CollectionTableLinesHeader
index int

Methods

CreateNewInstance()

Creates a new, empty instance of the current TableLineBase.

protected override TableLineBase CreateNewInstance()

Returns

TableLineBase