ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _DataSource Class / _DataSource Constructor

In This Topic
    _DataSource Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal items As List(Of Object), _
       ByVal indexes As List(Of Integer), _
       ByVal schema As IDataSchema _
    )
    public _DataSource( 
       List<object> items,
       List<int> indexes,
       IDataSchema schema
    )

    Parameters

    items
    indexes
    schema
    See Also