Creates the underlying Control.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Control CreateControl(
	IScriptContext context
)
Visual Basic
Public Function CreateControl ( _
	context As IScriptContext _
) As Control

Parameters

context
Type: IScriptContext
Context that should be used to to get calculated style properties.

Return Value

The newly created control.

See Also