BIMonitoringServiceApplicationProxy.ExportReport method

Retrieves a Microsoft Excel or Microsoft PowerPoint formatted report.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Function ExportReport ( _
    exportSettings As ExportSettings, _
    reportLocation As RepositoryLocation, _
    webPartContext As WebPartContext _
) As OfficeExportInfo
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim exportSettings As ExportSettings
Dim reportLocation As RepositoryLocation
Dim webPartContext As WebPartContext
Dim returnValue As OfficeExportInfo

returnValue = instance.ExportReport(exportSettings, _
    reportLocation, webPartContext)
public OfficeExportInfo ExportReport(
    ExportSettings exportSettings,
    RepositoryLocation reportLocation,
    WebPartContext webPartContext
)

Parameters

Return value

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

Implements

IBIMonitoringServiceApplicationProxy.ExportReport(ExportSettings, RepositoryLocation, WebPartContext)

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace