ChartWebPartDataStorage.TryLoad Method (String, String, DataSet)
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 dataSet As DataSet _
) As Boolean
'Usage
Dim stateKey As String
Dim userIdentity As String
Dim dataSet As DataSet
Dim returnValue As Boolean
returnValue = ChartWebPartDataStorage.TryLoad(stateKey, _
userIdentity, dataSet)
public static bool TryLoad(
string stateKey,
string userIdentity,
out DataSet dataSet
)
Parameters
- stateKey
Type: System.String
- userIdentity
Type: System.String
- dataSet
Type: System.Data.DataSet
Return Value
Type: System.Boolean