ActiveReports Developer 7
XmlDataProvider Constructor
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > XmlDataProvider Class : XmlDataProvider Constructor

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

Glossary Item Box

Initializes a new instance of the XMLDataProvider class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal dataSource As System.Object, _
   ByVal columnName As System.String _
)
C# 
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