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.
Recursively assigns the IsCollapsed property to all the eligible header nodes.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub AssignExpandedPropertyToHeader ( _
header As GridHeaderItem _
)
'Usage
Dim instance As ConfiguredView
Dim header As GridHeaderItem
instance.AssignExpandedPropertyToHeader(header)
public void AssignExpandedPropertyToHeader(
GridHeaderItem header
)
Parameters
header
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItemThe header to assign the property to.