ActiveReports Developer 7
BackgroundImage Property
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section.Annotations Namespace > AnnotationImage Class : BackgroundImage Property

Glossary Item Box

Gets or sets the System.Drawing.Image to use as the annotation image.

Syntax

Visual Basic (Declaration) 
Public Property BackgroundImage As Image
C# 
public Image BackgroundImage {get; set;}

Property Value

A System.Drawing.Image.

See Also