ActiveReports Developer 7
XMLDataSource Constructor(String,String)
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Data Namespace > XMLDataSource Class > XMLDataSource Constructor : XMLDataSource Constructor(String,String)

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

Glossary Item Box

Initializes a new instance of the XMLDataSource class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal fileUrl As System.String, _
   ByVal recordsetPattern As System.String _
)
C# 
public XMLDataSource( 
   System.string fileUrl,
   System.string recordsetPattern
)

Parameters

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

See Also