DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates whether this column is plotted as a row or column in a pivot table.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public GroupColumn..::..PivotTableDimensionType PivotTableDimension { get; set; }
Visual Basic
Public Property PivotTableDimension As GroupColumn..::..PivotTableDimensionType
	Get
	Set
Visual C++
public:
virtual property GroupColumn..::..PivotTableDimensionType PivotTableDimension {
	GroupColumn..::..PivotTableDimensionType get () sealed;
	void set (GroupColumn..::..PivotTableDimensionType value) sealed;
}

Property Value

Type: GroupColumn..::..PivotTableDimensionType
A value that indicates whether this column is plotted as a row or column in a pivot table.

Return Value

Type: GroupColumn..::..PivotTableDimensionType
A value that indicates whether this column is plotted as a row or column in a pivot table.

Remarks