ReportCollection
Class
Represents a collection of Report objects.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ReportCollectionConverter))]
[Obsolete("ReportCollection is now obsolete. Please use ReportSourceCollection.")]
public class ReportCollection : Collection<Report>
Inheritance: objectCollection<Report>ReportCollection
Constructors
TODO: Add documentation.
C#
public ReportCollection(ReportSourceCollection reportSources)
Methods
Adds an array of report objects to the collection.
TODO: Add documentation.
C#
protected override void ClearItems()
Overrides:
TODO: Add documentation.
C#
protected override void InsertItem(int index, Report item)
Overrides:
TODO: Add documentation.
C#
protected override void RemoveItem(int index)
Overrides:
TODO: Add documentation.