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
typeLlChartType
Returns
AddNewCrosstab()
Adds a new crosstab sub-item.
public SubItemCrosstab AddNewCrosstab()
Returns
AddNewGantt()
Adds a new Gantt chart sub-item.
public SubItemGanttChart AddNewGantt()