Share via


ChartWebPartDataStorage.TryLoad Method (String, String, ChartWebPart)

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Public Shared Function TryLoad ( _
    stateKey As String, _
    userIdentity As String, _
    <OutAttribute> ByRef chartWebPart As ChartWebPart _
) As Boolean
'Usage
Dim stateKey As String
Dim userIdentity As String
Dim chartWebPart As ChartWebPart
Dim returnValue As Boolean

returnValue = ChartWebPartDataStorage.TryLoad(stateKey, _
    userIdentity, chartWebPart)
public static bool TryLoad(
    string stateKey,
    string userIdentity,
    out ChartWebPart chartWebPart
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

ChartWebPartDataStorage Class

ChartWebPartDataStorage Members

TryLoad Overload

Microsoft.Office.Server.WebControls Namespace