ComponentOne Reports for WPF
C1.C1Report Namespace / Layout Class / Picture Property

In This Topic
    Picture Property (Layout)
    In This Topic
    Gets or sets a background picture for the report body.
    Syntax
    'Declaration
     
    Public Property Picture As Object
    public object Picture {get; set;}
    Remarks

    Use the Layout.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 Layout.PictureShow, Layout.PictureAlign, and Layout.PictureScale properties to specify which pages should display the picture and how it should be aligned and scaled.

    See Also