Table of Contents

Class TableLineData

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

Data line within a table body (repeated for each record) supporting drill-down links and indexed group tracking.

public class TableLineData : TableLineBase
Inheritance
TableLineData
Inherited Members

Constructors

TableLineData(CollectionTableLinesData)

Creates and appends a data line.

public TableLineData(CollectionTableLinesData itemCollection)

Parameters

itemCollection CollectionTableLinesData

TableLineData(CollectionTableLinesData, int)

Creates and inserts a data line at the specified index.

public TableLineData(CollectionTableLinesData itemCollection, int index)

Parameters

itemCollection CollectionTableLinesData
index int

Properties

Gets drill-down links.

[JsonInclude]
public CollectionDrillDownLinks? DrillDownLinks { get; }

Property Value

CollectionDrillDownLinks

IndexedGroups

Gets or sets indexed group identifiers for multi-level grouping.

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