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
itemCollectionCollectionSubItemCoreBase
SubItemStaticTable(CollectionSubItemCoreBase, int)
Creates and inserts a static table sub-item at the specified index.
public SubItemStaticTable(CollectionSubItemCoreBase itemCollection, int index)
Parameters
itemCollectionCollectionSubItemCoreBaseindexint
Properties
LineOptions
Gets the static table specific line options (data line styling).
[JsonInclude]
public PropertyLineOptionsStaticTable LineOptions { get; }
Property Value
Lines
Gets the line container (data lines) for the static table.
[JsonInclude]
public PropertyTableLinesStaticTable Lines { get; }
Property Value
Methods
Reset()
Resets the report object to its initial state.
public void Reset()