DataFields property

This property returns all the data fields of a DataPilot table.

Defined in

DataPilotTable

Data type

DataPilotFields

Syntax

public DataPilotFields getDataFields()

Usage

Data fields are those fields that used as data. They can also be transformed from row fields, hidden fields, page fields or column fields by setting Orientation property to Constant.SYMPHONY_PILOT_ORIENTATION_DATA.

To add data fields, use the addFields method in the DataPilotTable class.

See examples

Example: DataFields property