ActiveReports 13
XMLDataSource Class
Members 

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Data Namespace : 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 
public sealed 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

Reference

XMLDataSource Members
GrapeCity.ActiveReports.Data Namespace