ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / 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 System.Object
    public System.object Picture {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