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