Table of Contents

Struct DataFieldProperties

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

Data field properties.

public struct DataFieldProperties

Fields

DisplayLabel

Display label.

public string DisplayLabel

Field Value

string

FieldName

Name of the field.

public string FieldName

Field Value

string

FieldType

Date type of the field.

public DataType FieldType

Field Value

DataType

Index

Index.

public int Index

Field Value

int

Visible

Visibility.

public bool Visible

Field Value

bool