ActiveReports 13
ViewStateMode Property

GrapeCity.ActiveReports.Web Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : ViewStateMode Property
Gets or sets the view-state mode of this control.
Syntax
'Declaration
 
Public Overridable Property ViewStateMode As ViewStateMode
public virtual ViewStateMode ViewStateMode {get; set;}

Property Value

The view-state mode of this control.
Exceptions
ExceptionDescription
An attempt was made to set this property to a value that is not in the System.Web.UI.ViewStateMode enumeration.
See Also

Reference

WebViewer Class
WebViewer Members