다음을 통해 공유


SaveViewState 메서드

Saves the view-state of the ReportViewerWebPart.

네임스페이스:  Microsoft.ReportingServices.SharePoint.UI.WebParts
어셈블리:  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

구문

‘선언
Protected Overrides Function SaveViewState As Object
‘사용 방법
Dim returnValue As Object

returnValue = Me.SaveViewState()
protected override Object SaveViewState()
protected:
virtual Object^ SaveViewState() override
abstract SaveViewState : unit -> Object 
override SaveViewState : unit -> Object 
protected override function SaveViewState() : Object

반환 값

유형: System. . :: . .Object
An object that contains the current view state of the control; otherwise, if there is no view state associated with the control, a nullNothingnullptrunitnull 참조(Visual Basic에서는 Nothing) reference (Nothing in Visual Basic).

주의

For more information on this method, see WebControl..::..SaveViewState.