ReportViewerWebPart.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 nullnull 引用(在 Visual Basic 中为 Nothing) reference (Nothing in Visual Basic).

注释

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