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