Share via


ConfiguredView.GridViewDefinition property

Gets or sets the definition of the scorecard view.

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

Syntax

'Declaration
Public Property GridViewDefinition As GridViewDefinition
    Get
    Set
'Usage
Dim instance As ConfiguredView
Dim value As GridViewDefinition

value = instance.GridViewDefinition

instance.GridViewDefinition = value
public GridViewDefinition GridViewDefinition { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.GridViewDefinition
The definition of the scorecard view.

See also

Reference

ConfiguredView class

ConfiguredView members

Microsoft.PerformancePoint.Scorecards namespace