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