IBIMonitoringStore.DeleteScorecard Method
Deletes a scorecard from a SharePoint list.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Sub DeleteScorecard ( _
location As RepositoryLocation _
)
'Usage
Dim instance As IBIMonitoringStore
Dim location As RepositoryLocation
instance.DeleteScorecard(location)
void DeleteScorecard(
RepositoryLocation location
)
Parameters
location
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the scorecard in the SharePoint list.