GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.Data Namespace : XMLDataSource Class |
For a list of all members of this type, see XMLDataSource members.
Name | Description | |
---|---|---|
BOF | Determines whether the CurrentPosition is at the first node in the NodeList. | |
Count | Gets the number of nodes (records) in the node list. | |
CurrentPosition | Gets the index of the current node in the NodeList. | |
Document | Returns a reference to the loaded XmlDocument that is used as the data source. | |
EOF | Determines whether the CurrentPosition is at the end of the NodeList. | |
FileURL | Gets or sets the file name or url used to retrieve the XML document to be used as a data source. | |
NodeList | Gets or sets a reference to the XmlNodeList object that is the result of applying the XPath pattern provided in the RecordsetPattern property. | |
RecordsetPattern | Gets or sets a valid XPath pattern used to select the data source nodes to be printed in the report. | |
ValidateOnParse | Gets or sets a value that determines whether the retrieved XmlDocument should be validated while parsing. |