ConfiguredView.AssignExpandedPropertyToHeader Method
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.