New to Telerik ReportingStart a free 30-day trial

Represents a collection of ReportSource objects.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(ReportSourceCollectionConverter))]
public class ReportSourceCollection : Collection<ReportSource>

Inheritance: objectCollection<ReportSource>ReportSourceCollection

Constructors

C#
public ReportSourceCollection()

Methods

Adds an array of report source objects to the collection.

C#
public void AddRange(IEnumerable<ReportSource> items)
Parameters:itemsIEnumerable<ReportSource>

A collection of ReportSource objects to add to the current collection.

Remarks:

The ReportSource objects contained in the items array are appended to the end of the collection.