[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Configuration.DataProviderInfoCollection

DataProviderInfoCollection Class

Represents the collection of custom data providers.

Inheritance
DataProviderInfoCollection
Namespace: GrapeCity.ActiveReports.Configuration
Assembly: MESCIUS.ActiveReports.dll
Syntax
public class DataProviderInfoCollection : Collection<DataProviderInfo>, IList<DataProviderInfo>, ICollection<DataProviderInfo>, IList, ICollection, IReadOnlyList<DataProviderInfo>, IReadOnlyCollection<DataProviderInfo>, IEnumerable<DataProviderInfo>, IEnumerable

Constructors

Name Description
DataProviderInfoCollection()

Initializes new instance of DataProviderInfoCollection class.

Properties

Name Description
this[int]

Gets or sets the DataProviderInfo at the specified index.

Methods

Name Description
Add(DataProviderInfo)

Adds the DataProviderInfo object to the end of the collection.

Contains(DataProviderInfo)

Determines if the DataProviderInfo object exists in the collection.

CopyTo(DataProviderInfo[], int)

Copies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index.

IndexOf(DataProviderInfo)

Determines the index of the DataProviderInfo object in the collection.

Insert(int, DataProviderInfo)

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

Remove(DataProviderInfo)

Removes the DataProviderInfo object from the collection.

Events

Name Description
ContentChanged

Occurs when the content has changed.

Extension Methods