Orientation property

This property returns or sets the type of the field in the specified DataPilot table report. The value can be a DataPilotTable orientation constant.

Defined in

DataPilotField

Data type

int

Syntax

public int getOrientation()
public void setOrientation(int orientation)

Usage

All DataPilot fields (row, column, data, hidden and page ) can change to other fields by changing the Orientation property.

See examples

Example: Orientation property