Table of Contents

Class CollectionSubItemCoreBase

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

Core collection for sub-items providing cloning, initialization and factory methods for various sub-item types.

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

Properties

this[string]

Returns the sub-item with the specified name or null if not found.

public SubItemCore this[string itemName] { get; }

Parameters

itemName string

The name of the sub-item.

Property Value

SubItemCore

The SubItemCore with the specified name, or null if not found.

Methods

AddNewStaticTable()

Adds a new static table sub-item.

public SubItemStaticTable AddNewStaticTable()

Returns

SubItemStaticTable

The newly added SubItemStaticTable.

AddNewSubReport()

Adds a new subreport sub-item.

public SubItemSubReport AddNewSubReport()

Returns

SubItemSubReport

The newly added SubItemSubReport.

AddNewTable()

Adds a new data table sub-item.

public SubItemTable AddNewTable()

Returns

SubItemTable

The newly added SubItemTable.