ActiveReports Developer 7
XMLDataSource Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Data Namespace : XMLDataSource Class

Glossary Item Box

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

Visual Basic (Declaration) 
Public NotInheritable Class XMLDataSource 
C# 
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