ScorecardBeginPointsUpdateUtil.GetStringPath Method (GridHeaderItem, Boolean)

Translates the specified header into a path and ignores empty cells if specified.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Shared Function GetStringPath ( _
    header As GridHeaderItem, _
    ignoreEmpty As Boolean _
) As String
'Usage
Dim header As GridHeaderItem
Dim ignoreEmpty As Boolean
Dim returnValue As String

returnValue = ScorecardBeginPointsUpdateUtil.GetStringPath(header, _
    ignoreEmpty)
public static string GetStringPath(
    GridHeaderItem header,
    bool ignoreEmpty
)

Parameters

  • ignoreEmpty
    Type: System.Boolean

    true to ignore empty cells along the path; otherwise false.

Return Value

Type: System.String
The string representation of the header path.

See Also

Reference

ScorecardBeginPointsUpdateUtil Class

ScorecardBeginPointsUpdateUtil Members

GetStringPath Overload

Microsoft.PerformancePoint.Scorecards Namespace