Partager via


Méthode SaveViewState

Saves the view-state of the ReportViewerWebPart.

Espace de noms :  Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly :  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
Protected Overrides Function SaveViewState As Object
'Utilisation
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

Valeur de retour

Type : 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 nullNothingnullptrunitune référence Null (Nothing dans Visual Basic) reference (Nothing in Visual Basic).

Notes

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