New to Telerik ReportingStart a free 30-day trial

Represents a collection of Bindings.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter("Telerik.Reporting.Design.BindingCollectionConverter, Telerik.Reporting.Design, Version=20.1.26.615, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public class BindingCollection : Collection<Binding>

Inheritance: objectCollection<Binding>BindingCollection

Constructors

C#
public BindingCollection()

Methods

Internal use only

C#
public void AddRange(IEnumerable<Binding> bindings)
Parameters:bindingsIEnumerable<Binding>