ActiveReports.Chart Request technical support
BackgroundImage Property
See Also 


Syntax

Visual Basic (Declaration) 
Public Property BackgroundImage As Image
Visual Basic (Usage)Copy Code
Dim instance As WizardForm
Dim value As Image
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
C# 
public Image BackgroundImage {get; set;}

See Also