Reporting

Represents a collection of Bindings.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'Binding>)>)>
    Telerik.Reporting..::..BindingCollection

Version Information

Supported in: 1.0.1

See Also