Gets the DataPivotTable object representing any pivot table.

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

Syntax

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

See Also