ActiveReports.Viewer3 Request technical support
BackgroundImage Property
See Also 


Syntax

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

See Also