Partilhar via


Método SaveViewState

Saves the view-state of the ReportViewerWebPart.

Namespace:  Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly:  Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxe

'Declaração
Protected Overrides Function SaveViewState As Object
'Uso
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

Valor de retorno

Tipo: 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 nullNothingnullptrunituma referência nula (Nothing no Visual Basic) reference (Nothing in Visual Basic).

Comentários

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