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
itemCollectionCollectionTableLinesData
TableLineData(CollectionTableLinesData, int)
Creates and inserts a data line at the specified index.
public TableLineData(CollectionTableLinesData itemCollection, int index)
Parameters
itemCollectionCollectionTableLinesDataindexint
Properties
DrillDownLinks
Gets drill-down links.
[JsonInclude]
public CollectionDrillDownLinks? DrillDownLinks { get; }
Property Value
IndexedGroups
Gets or sets indexed group identifiers for multi-level grouping.
public string IndexedGroups { get; set; }
Property Value
Methods
CreateNewInstance()
Creates a new, empty instance of the current TableLineBase.
protected override TableLineBase CreateNewInstance()