Class Group
Inheritance
System.Object
Group
Assembly: FastReport.Olap.dll
Syntax
Constructors
Group(GroupsManager)
Declaration
public Group(GroupsManager groupsManager)
Parameters
Properties
Count
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
GroupId
Declaration
public int GroupId { get; }
Property Value
Type |
Description |
System.Int32 |
|
GroupIndex
Declaration
public int GroupIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Other
Declaration
public bool Other { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
AddUniqueValueId(Int32)
Declaration
public void AddUniqueValueId(int valueId)
Parameters
Type |
Name |
Description |
System.Int32 |
valueId |
|
GetValueId(Int32)
Declaration
public int GetValueId(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Int32 |
|
RemoveUniqueValueId(Int32)
Declaration
public void RemoveUniqueValueId(int valueId)
Parameters
Type |
Name |
Description |
System.Int32 |
valueId |
|