Share via


ReportViewerWebPart.LoadViewState Method

Restores view-state information from a previous request that was saved with the SaveViewState method.

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

Syntax

'Declaration
Protected Overrides Sub LoadViewState ( _
    savedState As Object _
)
'Usage
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
)

Parameters

  • savedState
    Type: System.Object
    An object that represents the control state to restore.

Remarks

For more information on this method, see WebPartLoadViewState(Object).