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.

See also

Reference

GridViewDefinition members

Microsoft.PerformancePoint.Scorecards namespace