ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationImage Class / BackgroundImage Property

In This Topic
    BackgroundImage Property (AnnotationImage)
    In This Topic
    Gets or sets the System.Drawing.Image to use as the annotation image.
    Syntax
    'Declaration
     
    Public Property BackgroundImage As Image
    public Image BackgroundImage {get; set;}

    Property Value

    A System.Drawing.Image.
    See Also