ActiveReports 9
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 System.String, _
   ByVal recordsetPattern As System.String _
)
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

Reference

XMLDataSource Class
XMLDataSource Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum