Table of Contents

Class SubItemTable

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

Dynamic data table sub-item containing lines (header, group, data, footer) and nested sub tables.

public class SubItemTable : SubItemTableBase
Inheritance
SubItemTable
Inherited Members

Constructors

SubItemTable(CollectionSubItemCoreBase)

Creates and appends a table sub-item.

public SubItemTable(CollectionSubItemCoreBase itemCollection)

Parameters

itemCollection CollectionSubItemCoreBase

SubItemTable(CollectionSubItemCoreBase, int)

Creates and inserts a table sub-item at the specified index.

public SubItemTable(CollectionSubItemCoreBase itemCollection, int index)

Parameters

itemCollection CollectionSubItemCoreBase
index int

Properties

Expandable

Gets or sets whether the table is expandable (multi table mode only; null if unsupported).

public bool? Expandable { get; set; }

Property Value

bool?

LineOptions

Gets the line options.

[JsonInclude]
public PropertyLineOptions LineOptions { get; }

Property Value

PropertyLineOptions

Lines

Gets the collection of table lines (header, data, footer, groups).

[JsonInclude]
public PropertyTableLines Lines { get; }

Property Value

PropertyTableLines

Methods

OnUpdateCounters()

Triggers the UpdateCounters event, notifying subscribers that the counters have been updated.

protected virtual void OnUpdateCounters()