Gets or sets the name of the background image in Dictionary on the current document.

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

Syntax

C#
public string BackgroundImageName { get; set; }
Visual Basic
Public Property BackgroundImageName As String
	Get
	Set

Remarks

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

The default is emtpy string.

See Also