Binds control to designer's action.

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

Syntax

C#
protected void BindControl(
	string actionName,
	Object control
)
Visual Basic (Declaration)
Protected Sub BindControl ( _
	actionName As String, _
	control As Object _
)
Visual C++
protected:
void BindControl(
	String^ actionName, 
	Object^ control
)

Parameters

actionName
Type: System..::.String
control
Type: System..::.Object

See Also