Gets the PivotTable object representing a pivot table.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public PivotTable PivotTable { get; }
Visual Basic (Declaration)
Public ReadOnly Property PivotTable As PivotTable
Visual C++
public:
property PivotTable^ PivotTable {
	PivotTable^ get ();
}

See Also