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 in Microsoft SharePoint Server 2010, 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