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
exportSettings
Type: Microsoft.PerformancePoint.Scorecards.ServerCommon.ExportSettingsThe configuration settings for the export.
reportLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the report 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 report.
Implements
See Also
Reference
BIMonitoringServiceApplicationProxy Class