IBIMonitoringStore.CreateScorecard method
Saves a scorecard object as a content type in a SharePoint list.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function CreateScorecard ( _
listUrl As String, _
newElement As Scorecard _
) As Scorecard
'Usage
Dim instance As IBIMonitoringStore
Dim listUrl As String
Dim newElement As Scorecard
Dim returnValue As Scorecard
returnValue = instance.CreateScorecard(listUrl, _
newElement)
Scorecard CreateScorecard(
string listUrl,
Scorecard newElement
)
Parameters
listUrl
Type: System.StringThe server-relative URL of the SharePoint list to save the object to. Example: /BI Center/Lists/PerformancePoint Content.
newElement
Type: Microsoft.PerformancePoint.Scorecards.ScorecardThe scorecard object to save, which specifies a value for the required Name property.
Return value
Type: Microsoft.PerformancePoint.Scorecards.Scorecard
The new object.