See Also

XMLDataSource Class  | DataDynamics.ActiveReports.DataSources Namespace  | OleDBDataSource  | SqlDBDataSource

See Also ActiveReports Send feedback to Data Dynamics

XMLDataSource Class Members

XMLDataSource overview

Public Constructors

Public Constructor XMLDataSource Constructor Initializes a new instance of the XMLDataSource class.

Public Properties

Public Property BOF Determines whether the CurrentPosition is at the first node in the NodeList.
Public Property Count Gets the number of nodes (records) in the node list.
Public Property CurrentPosition Gets the index of the current node in the NodeList.
Public Property Document Returns a reference to the loaded XmlDocument that is used as the data source.
Public Property EOF Determines whether the CurrentPosition is at the end of the NodeList.
Public Property FileURL Gets or sets the file name or url used to retrieve the XML document to be used as a data source.
Public Property NodeList Gets or sets a reference to the XmlNodeList object that is the result of applying the XPath pattern provided in the RecordsetPattern property.
Public Property RecordsetPattern Gets or sets a valid XPath pattern used to select the data source nodes to be printed in the report.
Public Property ValidateOnParse Gets or sets a value that determines whether the retrieved XmlDocument should be validated while parsing.

Public Methods

Public Method Field Returns the XML node or nodelist using the specified XPath pattern relative to the current node (record).
Public Method LoadXML Loads an XML fragment from a string.
Public Method MoveFirst Moves the current position to the first node in the NodeList.
Public Method MoveNext Moves the CurrentPosition to the next node in the NodeList.

Public Events

Public Event Changed Internal use only.

See Also

XMLDataSource Class  | DataDynamics.ActiveReports.DataSources Namespace  | OleDBDataSource  | SqlDBDataSource

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.