Gets or sets a Control object, an image of which is rendered by the current RenderImage object.

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

Syntax

C#
public Control Control { get; set; }
Visual Basic
Public Property Control As Control
	Get
	Set

Remarks

The ClientAreaOnly property on the Style()()()() of the current RenderImage object determines whether the whole control, or just its client area, is rendered.

Note that this property does not cause the current object to render a real live control that can be used for user input, only a visual image representing the specified control. For real control behavior, see RenderInputBase and derived classes.

See Also