ActiveReports.Viewer3 Request technical support
BackgroundImageLayout Property
See Also 


Syntax

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

See Also