ActiveReports 8
XMLDataSource Constructor(String,String)
See Also 
GrapeCity.ActiveReports.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also