Selects specified controls.

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

Syntax

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

Parameters

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

See Also