ActiveReports 13
XMLDataSource Class Properties

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Data Namespace : XMLDataSource Class

For a list of all members of this type, see XMLDataSource members.

Public Properties
 NameDescription
Public PropertyDetermines whether the CurrentPosition is at the first node in the NodeList.  
Public PropertyGets the number of nodes (records) in the node list.  
Public PropertyGets the index of the current node in the NodeList.  
Public PropertyReturns a reference to the loaded XmlDocument that is used as the data source.  
Public Property

Determines whether the CurrentPosition is at the end of the NodeList.

 
Public PropertyGets or sets the file name or url used to retrieve the XML document to be used as a data source.  
Public PropertyGets or sets a reference to the XmlNodeList object that is the result of applying the XPath pattern provided in the RecordsetPattern property.  
Public Property

Gets or sets a valid XPath pattern used to select the data source nodes to be printed in the report.

 
Public PropertyGets or sets a value that determines whether the retrieved XmlDocument should be validated while parsing.  
Top
See Also

Reference

XMLDataSource Class
GrapeCity.ActiveReports.Data Namespace