[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.Insert

Insert Method

Insert(int, DataProviderInfo)

Inserts the DataProviderInfo object to the collection at the specified index.

Declaration
public void Insert(int index, DataProviderInfo value)
Parameters
Type Name Description
int index

The position at which the new DataProviderInfo object will be added.

DataProviderInfo value

The DataProviderInfo object to add.