GridHeaderItem Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a column or row header in a scorecard.
Inheritance Hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.GridHeaderItem
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class GridHeaderItem _
Implements ICloneable, IDiffable, IValidate
'Usage
Dim instance As GridHeaderItem
[SerializableAttribute]
public class GridHeaderItem : ICloneable,
IDiffable, IValidate
Remarks
For code examples that use this object, see How to: Create Scorecard Transforms for PerformancePoint Services and the SPDataStore.CreateScorecard(String, Scorecard) method.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.