GridHeaderUtils Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the class that defines scorecard header utilities.
The GridHeaderUtils type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddCopyOfParentAsFirstChild | Adds a copy of the parent as a first child to enable a rotated L-shaped column header. | |
AdjustColumnSpan | Calculates the column span based on the number of visible sibling headers. | |
AllLeafChildrenHidden | Indicates whether all leaf children are hidden. | |
AreHeaderTypesHomogeneous | Indicates whether two header types are homogenous. | |
AssignAllNewGuids | Assigns new GUIDs to this header and all of its descendants. | |
AssignGroupIdToHeader | Recursively sets the GroupId property for the specified headers. | |
CopyHeaderPropertiesForTransformedHeaders | Copies header properties to newly generated headers during dynamic expansion and drill transforms in client navigation. | |
Equals | (Inherited from Object.) | |
FilterHeadersByType | Filters a list of headers by the specified type. | |
Finalize | (Inherited from Object.) | |
GetAllHeadersWithSameGroupId | Returns a list of all headers in a tree that have the specified group identifier. | |
GetHashCode | (Inherited from Object.) | |
GetLeafMostHeaderOfType(GridHeaderItem, ScorecardNodeTypes) | Returns the leaf-most header of the specified type in a header tree. | |
GetLeafMostHeaderOfType(List<GridHeaderItem>, ScorecardNodeTypes) | Returns the lowest leaf header of the specified type from a list of headers. | |
GetMaxLayerDepth | Returns the maximum depth of the tree. | |
GetPathHash(GridHeaderItem) | Returns a string that represents a header path. | |
GetPathHash(GridHeaderItem, GridHeaderItem) | Returns a string that represents the intersection path of two headers. | |
GetRootMostHeaderOfType | Returns the top-level header of a specified type from a list of headers. | |
GetSpanAdjustedTabularHeaders | Returns a list of the layers of this tree with the column span and row span adjusted. | |
GetTabularHeaders | Returns a list of the layers of this tree. | |
GetType | (Inherited from Object.) | |
GridHeaderItemFromMemberNode | Creates a header from the specified member node. | |
GridHeaderItemsToMemberCollection | Converts a list of headers of type Member to a member collection. | |
GridHeaderTreeFromMemberTree | Creates a header from a member tree. | |
IsAnyAscendantHidden | Indicates whether any ascendant is hidden. | |
IsHeaderAlreadyAdded | Indicates whether the header already exists in the specified list of headers. | |
IsHiddenByAncestorCollapseState | Indicates whether any ascendant of the specified header is collapsed. | |
MemberwiseClone | (Inherited from Object.) | |
NumOfHiddenSiblings | Returns the number of hidden siblings for the specified header. | |
SetIsColumnHeaderProperty | Recursively sets the IsColumnHeader property for the specified headers. | |
SetIsPathHiddenProperty | Sets the IsPathHidden property for the specified headers. | |
ToString | (Inherited from Object.) |
Top