Class CubeFields
Inheritance
System.Object
CubeFields
Assembly: FastReport.Olap.dll
Syntax
Constructors
CubeFields(Cube)
Declaration
public CubeFields(Cube cube)
Parameters
Type |
Name |
Description |
Cube |
cube |
|
Properties
ComparerType
Declaration
public FieldComparerType ComparerType { get; set; }
Property Value
Count
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Add(CubeField)
Declaration
public int Add(CubeField cubeField)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Add(DataType, String)
Declaration
public int Add(DataType dataType, string name)
Parameters
Type |
Name |
Description |
DataType |
dataType |
|
System.String |
name |
|
Returns
Type |
Description |
System.Int32 |
|
Add(DataType, String, String)
Declaration
public int Add(DataType dataType, string name, string caption)
Parameters
Type |
Name |
Description |
DataType |
dataType |
|
System.String |
name |
|
System.String |
caption |
|
Returns
Type |
Description |
System.Int32 |
|
Add(Type, String, String)
Declaration
public int Add(Type dataType, string name, string caption = null)
Parameters
Type |
Name |
Description |
System.Type |
dataType |
|
System.String |
name |
|
System.String |
caption |
|
Returns
Type |
Description |
System.Int32 |
|
AddDataSetField(BaseField, CubeField)
Declaration
public int AddDataSetField(BaseField dsField, CubeField parent)
Parameters
Returns
Type |
Description |
System.Int32 |
|
BuildTree()
Declaration
Returns
GetFieldByIndex(Int32)
Declaration
public CubeField GetFieldByIndex(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
GetFieldByName(String)
Declaration
public CubeField GetFieldByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
GetFieldByOrder(Int32)
Declaration
public CubeField GetFieldByOrder(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
GetFieldIndex(String)
Declaration
public int GetFieldIndex(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Int32 |
|
Reindex()
Declaration