Adds the specified array of bindings to the collection.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public void AddRange( ReportDataBinding[] values ) |
| Visual Basic (Declaration) |
|---|
Public Sub AddRange ( _ values As ReportDataBinding() _ ) |
| Visual C++ |
|---|
public: void AddRange( array<ReportDataBinding^>^ values ) |
Parameters
- values
- Type: array<
PerpetuumSoft.Reporting.DOM..::.ReportDataBinding
>[]()[]