Поделиться через


Метод 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 nullNothingnullptrunitпустая ссылка (Nothing в Visual Basic) reference (Nothing in Visual Basic).

Замечания

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