Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether two header types are homogenous.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function AreHeaderTypesHomogeneous ( _
type1 As ScorecardNodeTypes, _
type2 As ScorecardNodeTypes _
) As Boolean
'Usage
Dim type1 As ScorecardNodeTypes
Dim type2 As ScorecardNodeTypes
Dim returnValue As Boolean
returnValue = GridHeaderUtils.AreHeaderTypesHomogeneous(type1, _
type2)
public static bool AreHeaderTypesHomogeneous(
ScorecardNodeTypes type1,
ScorecardNodeTypes type2
)
Parameters
type1
Type: Microsoft.PerformancePoint.Scorecards.ScorecardNodeTypesA header to compare.
type2
Type: Microsoft.PerformancePoint.Scorecards.ScorecardNodeTypesA header to compare.
Return Value
Type: System.Boolean
true if the types are homogenous; otherwise false.
Remarks
The types KpiActual, KpiTarget, and ScorecardDetails are considered homogenous, and the types Member, NamedSet, and Aggregate are considered homogenous.