Selects specified control.

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

Syntax

C#
public void Select(
	ReportControl control,
	bool xormode
)
Visual Basic (Declaration)
Public Sub Select ( _
	control As ReportControl, _
	xormode As Boolean _
)
Visual C++
public:
void Select(
	ReportControl^ control, 
	bool xormode
)

See Also