Gets or sets the background image. The image is aligned using BackgroundImageAlign.

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

Syntax

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

Remarks

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

The default is no image.

See Also