Class CubeIndexFields
Inheritance
System.Object
CubeIndexFields
Assembly: FastReport.Olap.dll
Syntax
public class CubeIndexFields
Properties
Count
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Clear()
Declaration
CopyFrom(CubeIndexFields)
Declaration
public void CopyFrom(CubeIndexFields Source)
Parameters
GetCubeIndexField(CubeField)
Declaration
public CubeIndexField GetCubeIndexField(CubeField Field)
Parameters
Returns
GetCubeIndexField(Int32)
Declaration
public CubeIndexField GetCubeIndexField(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns