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
CaseSensitive
Indicates case sensitive.
public bool CaseSensitive
Field Value
CubeFieldDisplayLabel
Cube field display name (label).
public string CubeFieldDisplayLabel
Field Value
CubeFieldName
Cube field name.
public string CubeFieldName
Field Value
DataType
Current data type.
public DataType DataType
Field Value
NullStr
Null string (caption).
public string NullStr
Field Value
Saved
Indicates saved or not.
public bool Saved
Field Value
xmlDataType
Xml data type.
public string xmlDataType