ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / XMLDataSource Class
Properties Methods

In This Topic
    XMLDataSource Class Members
    In This Topic

    The following tables list the members exposed by XMLDataSource.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the XMLDataSource class.  
    Top
    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
    Public Methods
     NameDescription
    Public MethodOverloaded. Returns the XML node or nodelist using the specified XPath pattern relative to the current node (record).  
    Public MethodLoads an XML fragment from a string.  
    Public MethodMoves the current position to the first node in the NodeList.  
    Public MethodMoves the CurrentPosition to the next node in the NodeList.  
    Top
    See Also