Table of Contents

Struct CubeFieldProperties

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

Cube field properties.

public struct CubeFieldProperties

Fields

CalculateAfterAll

Indicates caluclate after all.

public bool CalculateAfterAll

Field Value

bool

CaseSensitive

Indicates case sensitive.

public bool CaseSensitive

Field Value

bool

CubeFieldDisplayLabel

Cube field display name (label).

public string CubeFieldDisplayLabel

Field Value

string

CubeFieldName

Cube field name.

public string CubeFieldName

Field Value

string

DataType

Current data type.

public DataType DataType

Field Value

DataType

NullStr

Null string (caption).

public string NullStr

Field Value

string

Saved

Indicates saved or not.

public bool Saved

Field Value

bool

xmlDataType

Xml data type.

public string xmlDataType

Field Value

string