IOfficeExportWebControl interface

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the interface for the Web server control used to export reports and scorecards.

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

Syntax

'Declaration
Public Interface IOfficeExportWebControl
'Usage
Dim instance As IOfficeExportWebControl
public interface IOfficeExportWebControl

Remarks

To enable exporting a custom report, this interface must be implemented by the report’s renderer class. In PerformancePoint Services, the native report Web Part automatically detects that the renderer class implements this interface and then adds export actions to the Web Part menu.

See also

Reference

IOfficeExportWebControl members

Microsoft.PerformancePoint.Scorecards.ServerCommon.Export namespace