ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / XMLDataSource Class / XMLDataSource Constructor / XMLDataSource Constructor(String,String)
The path to the XML file.
The Xpath expression that specifies the record pattern.

In This Topic
    XMLDataSource Constructor(String,String)
    In This Topic
    Initializes a new instance of the XMLDataSource class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileUrl As String, _
       ByVal recordsetPattern As String _
    )
    public XMLDataSource( 
       string fileUrl,
       string recordsetPattern
    )

    Parameters

    fileUrl
    The path to the XML file.
    recordsetPattern
    The Xpath expression that specifies the record pattern.
    See Also