Table of Contents

Class SubItemStaticTable

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

Static table sub-item (design time defined rows) with line options and data lines only (no grouping/header/footer semantics).

public class SubItemStaticTable : SubItemTableBase
Inheritance
SubItemStaticTable
Inherited Members

Constructors

SubItemStaticTable(CollectionSubItemCoreBase)

Creates and appends a static table sub-item.

public SubItemStaticTable(CollectionSubItemCoreBase itemCollection)

Parameters

itemCollection CollectionSubItemCoreBase

SubItemStaticTable(CollectionSubItemCoreBase, int)

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

public SubItemStaticTable(CollectionSubItemCoreBase itemCollection, int index)

Parameters

itemCollection CollectionSubItemCoreBase
index int

Properties

LineOptions

Gets the static table specific line options (data line styling).

[JsonInclude]
public PropertyLineOptionsStaticTable LineOptions { get; }

Property Value

PropertyLineOptionsStaticTable

Lines

Gets the line container (data lines) for the static table.

[JsonInclude]
public PropertyTableLinesStaticTable Lines { get; }

Property Value

PropertyTableLinesStaticTable

Methods

Reset()

Resets the report object to its initial state.

public void Reset()