Skip to content

Commit d9ebf66

Browse files
authored
Update how-to-create-report-editors-for-performancepoint-services-in-sharepoint.md
1 parent dbc68c4 commit d9ebf66

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/general-development/how-to-create-report-editors-for-performancepoint-services-in-sharepoint.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
title: How to Create report editors for PerformancePoint Services in SharePoint
3-
ms.prod: SHAREPOINT
4-
ms.assetid: b42b4452-90f8-464c-828f-d3abac40670c
5-
---
61

72

83
# How to: Create report editors for PerformancePoint Services in SharePoint
@@ -73,7 +68,7 @@ We recommend that you use the sample editor as a template. The sample shows how
7368

7469

7570
> **Note:**
76-
> The sample report obtains data from a filter, so it does not use **DataSourceConsumerHelper** or **IDataSourceConsumer** objects. However, if your report obtains data from a PerformancePoint Services data source, you can use the methods that are exposed by the **DataSourceConsumerHelper** class to retrieve data sources as described in [How to: Create filter editors for PerformancePoint Services in SharePoint](how-to-create-filter-editors-for-performancepoint-services-in-sharepoint).
71+
   The sample report obtains data from a filter, so it does not use **DataSourceConsumerHelper** or **IDataSourceConsumer** objects. However, if your report obtains data from a PerformancePoint Services data source, you can use the methods that are exposed by the **DataSourceConsumerHelper** class to retrieve data sources as described in [How to: Create filter editors for PerformancePoint Services in SharePoint](https://officedevcentersite-release.azurewebsites.net/sharepoint/docs/general-development/how-to-create-report-editors-for-performancepoint-services-in-sharepoint).
7772
5. In your editor class, add **using** directives for the following PerformancePoint Services namespaces:
7873

7974
- **Microsoft.PerformancePoint.Scorecards**

0 commit comments

Comments
 (0)