Class Group
Namespace: FastReport.Olap.Cube
Assembly: FastCube.Core.dll
The group.
public class Group
Inheritance
Constructors
Group(GroupsManager)
Creates a new instance.
public Group(GroupsManager groupsManager)
Parameters
groupsManager
GroupsManager
Properties
Count
Gets or sets number of cube field values.
public int Count { get; }
Property Value
GroupId
Gets id.
public int GroupId { get; }
Property Value
GroupIndex
Gets or sets index of the group in a group manager.
public int GroupIndex { get; }
Property Value
Name
Gets or sets name.
public string Name { get; set; }
Property Value
Other
Gets or sets other.
public bool Other { get; }
Property Value
Methods
AddUniqueValueId(int)
Adds unique value id.
public void AddUniqueValueId(int valueId)
Parameters
valueId
int
GetValueId(int)
Gets or sets value id by index.
public int GetValueId(int index)
Parameters
index
int
Returns
RemoveUniqueValueId(int)
Removes unique value id.
public void RemoveUniqueValueId(int valueId)
Parameters
valueId
int