Reporting

Represents a collection of objects that implement ISelector

Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public class SelectorCollection : Collection<ISelector>
Visual Basic
Public Class SelectorCollection _
	Inherits Collection(Of ISelector)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'ISelector>)>)>
    Telerik.Reporting.Drawing..::..SelectorCollection

See Also