ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / XMLDataSource Class
Members

In This Topic
    XMLDataSource Class
    In This Topic
    Represents a section report data source based on an XML document and an XPath pattern to select the XML nodes used as records in the data source.
    Object Model
    XMLDataSource Class
    Syntax
    'Declaration
     
    Public NotInheritable Class XMLDataSource 
    public sealed class XMLDataSource 
    Remarks

    ActiveReports supports a DataType attribute for nodes in the XML file.   This attribute helps ActiveReports determine the data type of bound fields.  Valid values include: double, datetime and string.

    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Data.XMLDataSource

    See Also