Table of Contents

Class TableLineGroupBase

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

Base class for rendering table lines that support grouping functionality. Manages state transitions based on changes in the GroupBy property.

public class TableLineGroupBase : TableLineBase
Inheritance
TableLineGroupBase
Derived
Inherited Members

Constructors

TableLineGroupBase(CollectionTableLinesBase, int)

Creates and inserts a group line at the specified index.

public TableLineGroupBase(CollectionTableLinesBase itemCollection, int index)

Parameters

itemCollection CollectionTableLinesBase
index int

Properties

GroupBy

Gets or sets the grouping expression.

public string GroupBy { get; set; }

Property Value

string

GroupSums

Gets or sets the grouping sum definitions (non-formula property).

public string GroupSums { get; set; }

Property Value

string