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
- stateKey
Type: System.String
- userIdentity
Type: System.String
- chartWebPart
Type: Microsoft.Office.Server.WebControls.ChartWebPart
Return Value
Type: System.Boolean