Reporting

IBindingList example. Used for a data binding demonstration only

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

Syntax

C#
public class ProductsList : CollectionBase, 
	IBindingList, IList, ICollection, IEnumerable
Visual Basic
Public Class ProductsList _
	Inherits CollectionBase _
	Implements IBindingList, IList, ICollection, IEnumerable

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    Telerik.Reporting.Charting..::..ProductsList

Version Information

Supported in: 1.0.1

See Also