Defines a collection of data bindings in the report.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
[SerializableAttribute]
public class ReportDataBindingCollection : CollectionBase
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ReportDataBindingCollection _
	Inherits CollectionBase
Visual C++
[SerializableAttribute]
public ref class ReportDataBindingCollection : public CollectionBase

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    PerpetuumSoft.Reporting.DOM..::.ReportDataBindingCollection

See Also