GridViewDefinition Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the design-time definition of a scorecard view.
Inheritance Hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.GridViewDefinition
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class GridViewDefinition _
Implements ICloneable, IDiffable, IValidate
'Usage
Dim instance As GridViewDefinition
[SerializableAttribute]
public class GridViewDefinition : ICloneable,
IDiffable, IValidate
Remarks
At run time, the GridViewDefinition object is used to produce a corresponding GridViewData object, which in turn is used to generate the HTML to render a scorecard view on a dashboard.
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.