Adds the specified binding to the collection.

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

Syntax

C#
public ReportDataBinding Add(
	ReportDataBinding value
)
Visual Basic (Declaration)
Public Function Add ( _
	value As ReportDataBinding _
) As ReportDataBinding
Visual C++
public:
ReportDataBinding^ Add(
	ReportDataBinding^ value
)

See Also