ActiveReports 8
XmlDataProvider Constructor

The data source object.
The name of the column to read the rows of the data from.
Initializes a new instance of the XMLDataProvider class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataSource As System.Object, _
   ByVal columnName As System.String _
)
public XmlDataProvider( 
   System.object dataSource,
   System.string columnName
)

Parameters

dataSource
The data source object.
columnName
The name of the column to read the rows of the data from.
See Also

Reference

XmlDataProvider Class
XmlDataProvider Members

Support Forum