Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Builds the ConnectionData object to send to the endpoint, contains all the cell context information
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Sub GetConnectionDataBlobForPath ( _
gridViewData As GridViewData, _
cellPath As String, _
ByRef cellData As String, _
ByRef cellDisplayData As String _
)
'Usage
Dim gridViewData As GridViewData
Dim cellPath As String
Dim cellData As String
Dim cellDisplayData As StringScorecardBeginPointsUpdateUtil.GetConnectionDataBlobForPath(gridViewData, _
cellPath, cellData, cellDisplayData)
public static void GetConnectionDataBlobForPath(
GridViewData gridViewData,
string cellPath,
ref string cellData,
ref string cellDisplayData
)
Parameters
gridViewData
Type: Microsoft.PerformancePoint.Scorecards.GridViewDataThe scorecard run-time object.
cellPath
Type: System.StringThe selected cell path.
cellData
Type: System.StringThe serialized ConnectionData object.
cellDisplayData
Type: System.StringThe display text for the cell.
See Also
Reference
ScorecardBeginPointsUpdateUtil Class