ScorecardBeginPointsUpdateUtil.GetStringPath Method (GridHeaderItem)
Translates the specified header into a path.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function GetStringPath ( _
header As GridHeaderItem _
) As String
'Usage
Dim header As GridHeaderItem
Dim returnValue As String
returnValue = ScorecardBeginPointsUpdateUtil.GetStringPath(header)
public static string GetStringPath(
GridHeaderItem header
)
Parameters
header
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItemThe header to translate.
Return Value
Type: System.String
The string representation of the header path.
Remarks
This method includes empty cells along the path. To ignore empty cells, use the GetStringPath(GridHeaderItem, Boolean) method.
See Also
Reference
ScorecardBeginPointsUpdateUtil Class