GridHeaderUtils.AssignAllNewGuids Method
Assigns new GUIDs to this header and all of its descendants.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Sub AssignAllNewGuids ( _
header As GridHeaderItem _
)
'Usage
Dim header As GridHeaderItemGridHeaderUtils.AssignAllNewGuids(header)
public static void AssignAllNewGuids(
GridHeaderItem header
)
Parameters
header
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItemThe root header of the tree to receive new GUIDs.
Exceptions
Exception | Condition |
---|---|
NullReferenceException | Thrown when header is null. |