Table of Contents

Class CollectionFormulas

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

Represents a collection of grouping formulas for a crosstab dimension.

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

Methods

Add(string)

Adds a new grouping formula to the collection.

public void Add(string value)

Parameters

value string

The formula string to add as a grouping.