Class ReportSourceCollection
Represents a collection of ReportSource objects.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<ReportSource>
ReportSourceCollection
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class ReportSourceCollection : Collection<ReportSource>, IList<ReportSource>, ICollection<ReportSource>, IList, ICollection, IReadOnlyList<ReportSource>, IReadOnlyCollection<ReportSource>, IEnumerable<ReportSource>, IEnumerable
Constructors
ReportSourceCollection()
Declaration
public ReportSourceCollection()
Methods
AddRange(IEnumerable<ReportSource>)
Adds an array of report source objects to the collection.
Declaration
public void AddRange(IEnumerable<ReportSource> items)
Parameters
System.Collections.Generic.IEnumerable<ReportSource>
items
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.