Share via


GridHeaderItem Members (Microsoft.PerformancePoint.Scorecards)

Represents a grid header item, which is a node in a tree that represents the columns and rows of a scorecard view.

The following tables list the members exposed by the GridHeaderItem type.

Public Constructors

  Name Description
Public method GridHeaderItem Overloaded. Initializes a new instance of the GridHeaderItem class.

Top

Public Fields

  Name Description
Public fieldStatic PropertyId_KpiGroupId The property ID for KPI group ID.

Top

Public Properties

  Name Description
Public property AggregationType The aggregation type.
Public property AppendFilterInfoToHyperlink Append filter information to the hyperlink.
Public property Banding The optional banding settings to use.
Public property BpmProperties The collection of element properties for this header.
Public property CellFormatInfo The format for the cells for this header.
Public property Children The children of this header.
Public property DefinitionGuid The global unique identifier that relates a data header back to the definition header.
Public property Depth The depth of the header in the tree.
Public property DescendantSpan The maximum number of header levels for all descendant leaves.
Public property DimensionMember The dimension member that is associated with this header.
Public property DimensionName The dimension name for this header.
Public property DimensionValue The dimension value for this header.
Public property DisplayText The display text for this header.
Public property Guid The global unique identifier for this header.
Public property HeaderFormatInfo The format for the header.
Public property HeaderType The type of the header.
Public property Hyperlink The hyperlink.
Public property Id The unique integer identifier for this header.
Public property IsCellHidden Indicates if this node cell is hidden.
Public property IsCollapsed Indicates if this node is collapsed.
Public property IsCustomNamedSetFormula Indicates if a named set expression is a custom formula instead of the name of a named set that is defined in the database.
Public property IsHiddenBasedOnFilterStatus Indicates if this node is hidden for filter status.
Public property IsLeaf Indicates if a header is a leaf.
Public property IsNamedSetEmpty Indicates if a named set expression returned an empty set.
Public property IsNamedSetInError Indicates if a named set expression is in error.
Public property IsPathHidden Indicates if a node path is hidden.
Public property KpiTargetName The KPI target name for this column.
Public property LeafSpan The number of descendant leaves.
Public property LinkedKpiId The ID of the linked KPI.
Public property NamedSetExpression The named set expression to use in named set expansions.
Public property OverrideIndicatorId The ID of the overriding indicator.
Public property Parent The parent of this header.
Public property ReportViewInstances Report views.
Public property ResolvedHeaderFormatInfo The resolved format for the header.
Public property Root The root parent of this header.
Public property SerializeTag A general purpose tag for this header. This tag will be serialized.
Public property ShowHyperlinkInNewWindow Show the hyperlink in a new window.
Public property Tag A general purpose tag for this header. This tag will not be serialized.
Public property TargetSettings The target column settings.
Public property TrendIndicatorId The ID of the trend indicator.
Public property UseLinkedElementDisplayText Indicates whether to display the linked KPI as the header. If true, the linked KPI name is used as the display text for this header.
Public property Weight The display value weight.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Clone Performs a deep copy of the object.
Public methodStatic CoordinatesToString Convert coordinates to string.
Public methodStatic CreateActualHeader Creates a new actual header.
Public methodStatic CreateAggregateHeader Creates a new aggregate header.
Public methodStatic CreateDetailsHeader Creates a new details (additional property) header.
Public methodStatic CreateKpiHeader Creates a new KPI header.
Public methodStatic CreateLinksHeader Creates a new document links header.
Public methodStatic CreateMemberHeader Creates a new dimension member header.
Public methodStatic CreateNamedSetHeader Creates a new NamedSet header.
Public methodStatic CreateSetFormulaHeader Creates a new set formula header.
Public methodStatic CreateTargetHeader Creates a new target header.
Public method Diff Compares this object with another object and returns the differences.
Public method Equals  Overloaded. (inherited from Object)
Public method GetAllAncestors Gets a list of ancestor (parent) header items in the tree.
Public method GetAllHeadersInTree Gets a depth-first list of all headers in the tree under an item.
Public method GetAllHeadersInTreeBreadthFirst Gets a breadth-first list of all headers in the tree under an item.
Public method GetAllLeafHeadersInTree Overloaded. Gets a list of all the leaf headers in the tree under an item.
Public method GetAllNonLeafHeadersInTree Gets a list of all the non-leaf headers in the tree under an item.
Public method GetCoordinates Gets the coordinates of a header.
Public method GetDocumentLinks Get the document links for the scorecard element associated with a header.
Public method GetHashCode  (inherited from Object)
Public method GetMeasurePath Gets the path of the data source measure headers.
Public method GetOverriddenProperty Gets the overridden BpmProperty if it exists. Otherwise, it returns the base property.
Public method GetPath Gets the path to a header in the header tree.
Public method GetType  (inherited from Object)
Public method LinkAndIndexTreeFromRoot Recursively links and index the descendants of this root header item to their parents
Public method LinkTreeFromRoot Recursively links the descendants of this root header item to their parents.
Public methodStatic PathToCoordinates Converts a path to coordinates.
Public methodStatic ReferenceEquals  (inherited from Object)
Public method SetNodeExpansion Sets the expansion flag for all elements in the tree.
Public method ToString  (inherited from Object)
Public method Validate Validates an object.

Top

Protected Methods

  Name Description
Protected method Finalize  (inherited from Object)
Protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

GridHeaderItem Class
Microsoft.PerformancePoint.Scorecards Namespace