Binds control to action.

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

Syntax

C#
public void BindControl(
	Object control
)
Visual Basic (Declaration)
Public Sub BindControl ( _
	control As Object _
)
Visual C++
public:
void BindControl(
	Object^ control
)

Parameters

control
Type: System..::.Object

See Also