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
valuestringThe formula string to add as a grouping.