Adds a report slots to the collection.

Namespace:  PerpetuumSoft.Reporting.Components
Assembly:  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 >[]()[]

See Also