Represents data source for the document which gets data from the XML document.

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

Syntax

C#
public class XmlDataSource : DocumentDataSource
Visual Basic (Declaration)
Public Class XmlDataSource _
	Inherits DocumentDataSource
Visual C++
public ref class XmlDataSource : public DocumentDataSource

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Reporting.Data..::.DocumentDataSource
    PerpetuumSoft.Reporting.Data..::.XmlDataSource

See Also