Adds a report slots to the collection.
Namespace:
PerpetuumSoft.Reporting.ComponentsAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public void AddRange( ReportSlot[] values ) |
| Visual Basic (Declaration) |
|---|
Public Sub AddRange ( _ values As ReportSlot() _ ) |
| Visual C++ |
|---|
public: void AddRange( array<ReportSlot^>^ values ) |
Parameters
- values
- Type: array<
PerpetuumSoft.Reporting.Components..::.ReportSlot
>[]()[]