SelectorCollection.AddRange Method
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
Parameters
- selectors
- Type: Telerik.Reporting.DrawingISelector
An array of ISelector objects to add to the collection.
Remarks
The ISelector objects contained in the selectors array are appended to the end of the collection.
You can use the AddRange method to quickly add a group of ISelector objects to the collection instead of manually adding each ISelector to the collection using the Add(T) method.
To remove a ISelector that you previously added, use the Remove(T), RemoveAt(Int32), or Clear methods.