Gets or sets a value indicating whether just the client area of a Control, or the whole control, is rendered by the RenderImage object owning the current style.

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

Syntax

C#
public bool ClientAreaOnly { get; set; }
Visual Basic
Public Property ClientAreaOnly As Boolean
	Get
	Set

Remarks

A RenderImage can render an image of a Control if it is assigned to the RenderImage's Control property. ClientAreaOnly can be used to indicate that only the client area of that control should be rendered.

This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

The default is false.

See Also