Name | Description | |
---|---|---|
![]() | XMLDataSource Constructor | Overloaded. Initializes a new instance of the XMLDataSource class. |
The following tables list the members exposed by XMLDataSource.
Name | Description | |
---|---|---|
![]() | XMLDataSource Constructor | Overloaded. Initializes a new instance of the XMLDataSource class. |
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. |
![]() | CredentialsMode | |
![]() | 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. |
![]() | ResourceLocator | Gets or sets the function that returns resource stream for a given name. |
![]() | ValidateOnParse | Gets or sets a value that determines whether the retrieved XmlDocument should be validated while parsing. |
Name | Description | |
---|---|---|
![]() | Field | Overloaded. Returns the XML node or nodelist using the specified XPath pattern relative to the current node (record). |
![]() | LoadXML | Loads an XML fragment from a string. |
![]() | MoveFirst | Moves the current position to the first node in the NodeList. |
![]() | MoveNext | Moves the CurrentPosition to the next node in the NodeList. |