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
header
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItemThe header to translate.
ignoreEmpty
Type: System.Booleantrue 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