| Visual Basic (Declaration) | |
|---|---|
Public Property DataSource As IDataSource | |
| C# | |
|---|---|
public IDataSource DataSource {get; set;} | |
You can use this property to bind PivotView control to data. A data source can be one of the following types: GrapeCity.ActiveAnalysis.DataSources.MdxDataSource, GrapeCity.ActiveAnalysis.DataSources.RdDataSource, GrapeCity.ActiveAnalysis.DataSources.UnboundDataSource, GrapeCity.ActiveAnalysis.DataSources.XmlDataSource or GrapeCity.ActiveAnalysis.DataSources.LocalCubeDataSource. You should not implement the GrapeCity.ActiveAnalysis.DataSources.IDataSource interface on your own.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2