DataPilotFields

This class represents a collection of all the DataPilot fields in a DataPilot table report.

Properties

Application through getApplication

Count through getCount

Methods

item

Access
  • To get the row fields of a DataPilot table, use the RowFields property in the DataPilotTable class.
  • To get the column fields of a DataPilot table, use the ColumnFields property in theDataPilotTable class.
  • To get the data fields of a DataPilot table, use the DataFields property in the DataPilotTable class.
  • To get the hidden fields of a DataPilot table, use the HiddenFields property in theDataPilotTable class.
  • To get the page fields of a DataPilot table, use the PageFields property in the DataPilotTable class.
See examples

Example: DataPilotFields