Class CubeIndexField
Inheritance
System.Object
CubeIndexField
Namespace: FastReport.Olap.Cube
Assembly: FastReport.Olap.dll
Syntax
public class CubeIndexField
Constructors
CubeIndexField(CubeField, SortDirection)
Declaration
public CubeIndexField(CubeField field, SortDirection sortDirection)
Parameters
Type | Name | Description |
---|---|---|
CubeField | field | |
SortDirection | sortDirection |
Properties
Field
Declaration
public CubeField Field { get; }
Property Value
Type | Description |
---|---|
CubeField |
SortDirection
Declaration
public SortDirection SortDirection { get; }
Property Value
Type | Description |
---|---|
SortDirection |