GridViewData.ScorecardViewId property

Gets or sets the identifier of the ConfiguredView instance that is associated with the scorecard.

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

Syntax

'Declaration
Public Property ScorecardViewId As Guid
    Get
    Set
'Usage
Dim instance As GridViewData
Dim value As Guid

value = instance.ScorecardViewId

instance.ScorecardViewId = value
public Guid ScorecardViewId { get; set; }

Property value

Type: System.Guid
The identifier of the ConfiguredView instance that is associated with the scorecard.

Remarks

ScorecardViewId is not relevant in PerformancePoint Services. In PerformancePoint Monitoring Server, a GridViewDefinition object could use multiple ConfiguredView instances, but in PerformancePoint Services, a GridViewDefinition object uses one ConfiguredView instance only.

See also

Reference

GridViewData class

GridViewData members

Microsoft.PerformancePoint.Scorecards namespace