ActiveReports.Web Request technical support
EnableTheming Property
See Also 


Syntax

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

See Also