Gets or sets a background picture for the report body.

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

Syntax

C#
[DefaultValueAttribute(null)]
public Object Picture { get; set; }
Visual Basic
<DefaultValueAttribute(Nothing)> _
Public Property Picture As Object
	Get
	Set

Remarks

Use the Picture property to specify a bitmap or other type of graphic to be displayed as a background picture on a report (watermark-style).

Use the PictureShow, PictureAlign, and PictureScale properties to specify which pages should display the picture and how it should be aligned and scaled.

See Also