Class
ReportSourceCollection

Represents a collection of ReportSource objects.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ReportSourceCollectionConverter))]
public class ReportSourceCollection : Collection<ReportSource>

Inheritance: objectCollection<ReportSource>ReportSourceCollection

Constructors

ReportSourceCollection()

Declaration

cs-api-definition
public ReportSourceCollection()

Methods

AddRange(IEnumerable<ReportSource>)

Adds an array of report source objects to the collection.

Declaration

cs-api-definition
public void AddRange(IEnumerable<ReportSource> items)

Parameters

items

IEnumerable<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.