ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / XmlDataProvider Class / XmlDataProvider Constructor
The data source object.
The name of the column to read the rows of the data from.

In This Topic
    XmlDataProvider Constructor
    In This Topic
    Initializes a new instance of the XMLDataProvider class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dataSource As Object, _
       ByVal columnName As String _
    )
    public XmlDataProvider( 
       object dataSource,
       string columnName
    )

    Parameters

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