GridHeaderItem.CoordinatesToString Method (Microsoft.PerformancePoint.Scorecards)
Convert coordinates to string.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Shared Function CoordinatesToString ( _
pathCoordinates As SortedDictionary(Of String, String) _
) As String
'Usage
Dim pathCoordinates As SortedDictionary(Of String, String)
Dim returnValue As String
returnValue = GridHeaderItem.CoordinatesToString(pathCoordinates)
public static string CoordinatesToString (
SortedDictionary<string,string> pathCoordinates
)
Parameters
- pathCoordinates
The coordinates to convert.
Return Value
The string representation of the coordinates of the path.
See Also
Reference
GridHeaderItem Class
GridHeaderItem Members
Microsoft.PerformancePoint.Scorecards Namespace