MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / XMLDataSource Class
Members

XMLDataSource Class
Represents a section report data source based on an XML document and an XPath pattern to select the XML nodes used as records in the data source.
Object Model
XMLDataSource Class
Syntax
'Declaration
 
Public NotInheritable Class XMLDataSource 
 
Remarks

ActiveReports supports a DataType attribute for nodes in the XML file.   This attribute helps ActiveReports determine the data type of bound fields.  Valid values include: double, datetime and string.

Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.Data.XMLDataSource

See Also