[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection.Add

Add Method

Add(DataProviderInfo)

Adds the DataProviderInfo object to the end of the collection.

Declaration
public int Add(DataProviderInfo value)
Parameters
Type Name Description
DataProviderInfo value

The DataProviderInfo object to add.

Returns
Type Description
int

The position into which the new DataProviderInfo object was inserted, or -1 to indicate that the item was not inserted into the collection.