Add array of controls to selection.

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

Syntax

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

Parameters

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

See Also