Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Style Class / BackgroundImageName Property

In This Topic
    BackgroundImageName Property
    In This Topic
    Gets or sets the name of the background image in C1PrintDocument.Dictionary on the current document.
    Syntax
    'Declaration
     
    Public Property BackgroundImageName As String
    public string BackgroundImageName {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