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
Microsoft.PerformancePoint.Scorecards Namespace
Other Resources
Architecture of the Scorecard Run-Time Object in PerformancePoint Services