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.
See Also

Reference

XMLDataSource Class
XMLDataSource Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum