BIMonitoringServiceApplicationProxy.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
Public Function ExportScorecard ( _
    exportSettings As ExportSettings, _
    scorecardLocation As RepositoryLocation, _
    webPartContext As WebPartContext _
) As OfficeExportInfo
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim exportSettings As ExportSettings
Dim scorecardLocation As RepositoryLocation
Dim webPartContext As WebPartContext
Dim returnValue As OfficeExportInfo

returnValue = instance.ExportScorecard(exportSettings, _
    scorecardLocation, webPartContext)
public OfficeExportInfo ExportScorecard(
    ExportSettings exportSettings,
    RepositoryLocation scorecardLocation,
    WebPartContext webPartContext
)

Parameters

Return Value

Type: Microsoft.PerformancePoint.Scorecards.ServerCommon.Export.OfficeExportInfo
The information that is used to export the scorecard.

Implements

IBIMonitoringServiceApplicationProxy.ExportScorecard(ExportSettings, RepositoryLocation, WebPartContext)

See Also

Reference

BIMonitoringServiceApplicationProxy Class

BIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace