Create Custom Objects for PerformancePoint Services
In PerformancePoint Services in Microsoft SharePoint Server 2010, custom objects are created by setting custom values for properties on native ReportView, Filter, or DataSource objects. You can create report, filter, or data source extensions and then deploy them to application servers in a farm. Typically, custom extensions include a renderer or provider component and an editor component. For more information, see Development Scenarios with PerformancePoint Services.
Applies to: SharePoint Server 2010
In This Section
Create Report Extensions for PerformancePoint Services
Contains links to topics that describe how to create the components of a custom report extension.Create Filter Extensions for PerformancePoint Services
Contains links to topics that describe how to create the components of a custom filter extension.Create Tabular Data Source Extensions for PerformancePoint Services
Contains links to topics that describe how to create the components of a custom tabular data source extension.How to: Add Resources to a PerformancePoint Services Extension
Provides instructions for adding resources to your extension project, including a custom icon resource.
Related Sections
You must also provide metadata for your custom extension in the web.config file for PerformancePoint Services. For more information about extension metadata, see How to: Manually Register PerformancePoint Services Extensions.
See Also
Concepts
Getting Started with PerformancePoint Services Development
Troubleshooting and FAQs for PerformancePoint Services Development
Editors for Custom PerformancePoint Services Objects