Adds the specified binding to the collection.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: 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 ) |