ActiveReports.Web Request technical support
EnableViewState Property
See Also 


Syntax

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

See Also