Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Microsoft SharePoint Server 2010. In PerformancePoint Monitoring Server, a GridViewDefinition object could use multiple ConfiguredView instances, but in PerformancePoint Services in Microsoft SharePoint Server 2010, a GridViewDefinition object uses one ConfiguredView instance only.