GridViewData class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the data structure and dataset for a grid-based scorecard view.

Inheritance hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.GridViewData

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class GridViewData _
    Implements ICloneable
'Usage
Dim instance As GridViewData
[SerializableAttribute]
public class GridViewData : ICloneable

Remarks

GridViewData is produced at run time by evaluating the associated GridViewDefinition object.

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

GridViewData members

Microsoft.PerformancePoint.Scorecards namespace

Other resources

Architecture of the Scorecard Run-Time Object