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: DataPAEnterpriseDashboardAssembly: 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..::..PivotTableDimensionTypeA value that indicates whether this column is plotted as a row or column in a pivot table.
Return Value
Type:
GroupColumn..::..PivotTableDimensionTypeA value that indicates whether this column is plotted as a row or column in a pivot table.
Remarks
See Also