Table of Contents

Class CollectionSubItemBases

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

Collection of sub-item containers (chart, crosstab, gantt) within a report container.

public class CollectionSubItemBases : CollectionSubItemCoreBase, IList<SubItemCore>, ICollection<SubItemCore>, IReadOnlyList<SubItemCore>, IReadOnlyCollection<SubItemCore>, IEnumerable<SubItemCore>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDomCollectionBase
Inheritance
CollectionSubItemBases
Implements
Inherited Members

Methods

AddNewChart(LlChartType)

Adds a new chart sub-item with specified type.

public SubItemChart AddNewChart(LlChartType type)

Parameters

type LlChartType

Returns

SubItemChart

AddNewCrosstab()

Adds a new crosstab sub-item.

public SubItemCrosstab AddNewCrosstab()

Returns

SubItemCrosstab

AddNewGantt()

Adds a new Gantt chart sub-item.

public SubItemGanttChart AddNewGantt()

Returns

SubItemGanttChart