如何以编程方式创建/构建 Sharepoint PPS — 仪表板、记分卡、KPI

发布于 2024-11-07 21:34:40 字数 384 浏览 0 评论 0 原文

是否有任何文章或建议可以帮助我完成此操作:如何以编程方式创建/构建 Sharepoint PPS - 仪表板、记分卡、KPI,然后部署它或将其导入网页?

我计划创建一个 KPI 并与分析服务表连接,将此类 kpi 添加到记分卡,将 scordcard 添加到仪表板。最后,将这样的仪表板添加到页面(网页或Web部件页面)。

我希望 MS 允许我执行以下操作:

KPI myKpi = new KPI(); 
Dashboard myDb = new DashBoard();
        .
        .
        .
myPage.import(myDb);
MyDb.visulization();

Is there any ariticles or suggestions that can help me go through this: How to programmatically create/build Sharepoint PPS -- Dashboard, Scorecard, KPIs, and then dploy it or import it to a web page?

I am planning to create a KPI and conncted with a analytic service table, add such kpi to a scorecard, add scordcard to a dashboard. Finally, add such dashboard to the page(web page or web part page).

I hope MS allow me do the following:

KPI myKpi = new KPI(); 
Dashboard myDb = new DashBoard();
        .
        .
        .
myPage.import(myDb);
MyDb.visulization();

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

池木 2024-11-14 21:34:40

请查看“远程创建和部署仪表板”博客文章,网址为 http://blogs.msdn.com/b/performancepoint/archive/2010/10/21/creating-and-deploying-dashboards-remotely.aspx

另外,MSDN主题有代码SPDataStore 类中的 Create/Delete/Get/Update 方法的示例:http://msdn.microsoft.com/en-us /library/microsoft.performancepoint.scorecards.store.spdatastore_methods.aspx

Please check out the "Creating and Deploying Dashboards Remotely" blog post at http://blogs.msdn.com/b/performancepoint/archive/2010/10/21/creating-and-deploying-dashboards-remotely.aspx

Also, the MSDN topics have code examples for the Create/Delete/Get/Update methods in the SPDataStore class: http://msdn.microsoft.com/en-us/library/microsoft.performancepoint.scorecards.store.spdatastore_methods.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文