
| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class XmlDataSource Inherits DataSourceBase Implements IDataSource, IPersistLocalCube, IPersistXmlSettings, GrapeCity.ActiveAnalysis.Schema.ISchemaFactoryProvider | |
| C# | |
|---|---|
public sealed class XmlDataSource : DataSourceBase, IDataSource, IPersistLocalCube, IPersistXmlSettings, GrapeCity.ActiveAnalysis.Schema.ISchemaFactoryProvider | |
You should use this class to analyze data from an XML file using the
PivotView control. A cube schema file is required to use the XmlDataSource class. For more information, see the CustomSchemaFile property. The XmlDataSource class allows to save the currently analyzed data to a file that can be loaded later, using the LocalCubeDataSource class. You can analyze such local cubes without establishing a connection to a source XML file.System.Object
GrapeCity.ActiveAnalysis.DataSources.DataSourceBase
GrapeCity.ActiveAnalysis.DataSources.XmlDataSource
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