Gets or sets a data source for a pivot table.

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

Syntax

C#
public DataCubeDataSite DataSource { get; set; }
Visual Basic (Declaration)
Public Property DataSource As DataCubeDataSite
Visual C++
public:
property DataCubeDataSite^ DataSource {
	DataCubeDataSite^ get ();
	void set (DataCubeDataSite^ value);
}

See Also