Adds the specified array of controls to the collection.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public void AddRange(
	ReportControl[] values
)
Visual Basic (Declaration)
Public Sub AddRange ( _
	values As ReportControl() _
)
Visual C++
public:
void AddRange(
	array<ReportControl^>^ values
)

Parameters

values
Type: array< PerpetuumSoft.Reporting.DOM..::.ReportControl >[]()[]

See Also