ActiveReports 13
XMLDataSource Constructor(String,String)

GrapeCity.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.
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

Reference

XMLDataSource Class
XMLDataSource Members
Overload List