ReportViewerWebPart.SaveViewState Method

Definition

Saves the view-state of the ReportViewerWebPart.

protected:
 override System::Object ^ SaveViewState();
protected override object SaveViewState ();
abstract member SaveViewState : unit -> obj
override this.SaveViewState : unit -> obj
Protected Overrides Function SaveViewState () As Object

Returns

An object that contains the current view state of the control; otherwise, if there is no view state associated with the control, a null reference (Nothing in Visual Basic).

Remarks

For more information on this method, see System.Web.UI.WebControls.WebControl.SaveViewState.

Applies to