다음을 통해 공유


GridHeaderUtils.GetPathHash Method (GridHeaderItem, GridHeaderItem)

Returns a string that represents the intersection path of two headers.

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

Syntax

'Declaration
Public Shared Function GetPathHash ( _
    colHeader As GridHeaderItem, _
    rowHeader As GridHeaderItem _
) As String
'Usage
Dim colHeader As GridHeaderItem
Dim rowHeader As GridHeaderItem
Dim returnValue As String

returnValue = GridHeaderUtils.GetPathHash(colHeader, _
    rowHeader)
public static string GetPathHash(
    GridHeaderItem colHeader,
    GridHeaderItem rowHeader
)

Parameters

Return Value

Type: System.String
A string representation of the intersection path of two headers.

See Also

Reference

GridHeaderUtils Class

GridHeaderUtils Members

GetPathHash Overload

Microsoft.PerformancePoint.Scorecards Namespace