Table of Contents

Class CollectionAdjacentDefinitions

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

Represents a collection of adjacent crosstab definitions within the DOM.

public class CollectionAdjacentDefinitions : DomCollectionBase<PropertyCrosstabDefinitionBase>, IList<PropertyCrosstabDefinitionBase>, ICollection<PropertyCrosstabDefinitionBase>, IReadOnlyList<PropertyCrosstabDefinitionBase>, IReadOnlyCollection<PropertyCrosstabDefinitionBase>, IEnumerable<PropertyCrosstabDefinitionBase>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDomCollectionBase
Inheritance
CollectionAdjacentDefinitions
Implements
Inherited Members

Methods

AddNewDefinition()

Adds a new crosstab definition to the collection and returns it.

public PropertyCrosstabDefinitionBase AddNewDefinition()

Returns

PropertyCrosstabDefinitionBase

The newly created PropertyCrosstabDefinitionBase instance added to the collection.