Share via


ScorecardBeginPointsUpdateUtil.GetConnectionDataBlobForPath Method

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

  • cellDisplayData
    Type: System.String

    The display text for the cell.

See Also

Reference

ScorecardBeginPointsUpdateUtil Class

ScorecardBeginPointsUpdateUtil Members

Microsoft.PerformancePoint.Scorecards Namespace