IBIMonitoringServiceApplicationProxy.ExportScorecard Method
Retrieves a Microsoft Excel or Microsoft PowerPoint formatted scorecard.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function ExportScorecard ( _
exportSettings As ExportSettings, _
scorecardLocation As RepositoryLocation, _
webPartContext As WebPartContext _
) As OfficeExportInfo
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim exportSettings As ExportSettings
Dim scorecardLocation As RepositoryLocation
Dim webPartContext As WebPartContext
Dim returnValue As OfficeExportInfo
returnValue = instance.ExportScorecard(exportSettings, _
scorecardLocation, webPartContext)
OfficeExportInfo ExportScorecard(
ExportSettings exportSettings,
RepositoryLocation scorecardLocation,
WebPartContext webPartContext
)
Parameters
exportSettings
Type: Microsoft.PerformancePoint.Scorecards.ServerCommon.ExportSettingsThe configuration settings for the export.
scorecardLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the scorecard in the repository.
webPartContext
Type: Microsoft.PerformancePoint.Scorecards.WebPartContextThe current state, inputs, and outputs of the Web Part.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.ServerCommon.Export.OfficeExportInfo
The information that is used to export the scorecard.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface