Table of Contents

Class Group

Namespace: FastReport.Olap.Cube
Assembly: FastCube.Core.dll

The group.

public class Group

Inheritance

objectGroup

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

int

GroupId

Gets id.

public int GroupId { get; }

Property Value

int

GroupIndex

Gets or sets index of the group in a group manager.

public int GroupIndex { get; }

Property Value

int

Name

Gets or sets name.

public string Name { get; set; }

Property Value

string

Other

Gets or sets other.

public bool Other { get; }

Property Value

bool

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

int

RemoveUniqueValueId(int)

Removes unique value id.

public void RemoveUniqueValueId(int valueId)

Parameters

valueId int