是有什么蛋只可以帮助我完成这个问题:如何以编程方式创建/构建SharePoint PPS - 仪表板,记分卡,KPI,然后统计或将其导入网页?

我打算使用分析服务表创建一个生成的KPI并连接到记分卡,将此类生成icodeTagcode添加到记分卡中,将scordcard添加到仪表板。最后,将此类仪表板添加到页面(网页或Web部件页面)。

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

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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top