Metodo LoadViewState
Restores view-state information from a previous request that was saved with the SaveViewState method.
Spazio dei nomi Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintassi
'Dichiarazione
Protected Overrides Sub LoadViewState ( _
savedState As Object _
)
'Utilizzo
Dim savedState As Object
Me.LoadViewState(savedState)
protected override void LoadViewState(
Object savedState
)
protected:
virtual void LoadViewState(
Object^ savedState
) override
abstract LoadViewState :
savedState:Object -> unit
override LoadViewState :
savedState:Object -> unit
protected override function LoadViewState(
savedState : Object
)
Parametri
- savedState
Tipo: System. . :: . .Object
An object that represents the control state to restore.
Osservazioni
For more information on this method, see WebPartLoadViewState(Object).
Vedere anche