ActiveReports 12
EnableViewState Property

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : EnableViewState Property
Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client.
Syntax
'Declaration
 
Public Overridable Property EnableViewState As Boolean
public virtual bool EnableViewState {get; set;}

Property Value

true if the server control maintains its view state; otherwise false. The default is true.
See Also

Reference

WebViewer Class
WebViewer Members