简体   繁体   English

如何在仪表板MS Dynamic CRM 2015中显示报告

[英]How to display reports in dashboard ms dynamic crm 2015

I have tried webresource and iframe way to display reports in dasboard but screen is blank in 2015 crm.Please find the blog links which i used to display reports: 我已经尝试过使用webresource和iframe方式在dasboard中显示报告,但是在2015 crm中屏幕为空白。请找到我用来显示报告的博客链接:

https://reportingondashboard.codeplex.com/SourceControl/latest#ReportControl.html https://reportingondashboard.codeplex.com/SourceControl/latest#ReportControl.html

http://weblogs.asp.net/pabloperalta/how-to-display-a-report-in-a-dashboard-in-dynamics-crm-2011 http://weblogs.asp.net/pabloperalta/how-to-display-a-report-in-a-dashboard-in-dynamics-crm-2011

I am not able to get it.Please let me know how to display reports in dashboards 2015 ms crm 我无法获取它。请让我知道如何在仪表板2015 ms crm中显示报告

If you are still having issues with this, I've been doing the same type of work with CRM 2013 and using the same type of WebResources. 如果您仍然对此有疑问,则可以使用CRM 2013进行相同类型的工作,并使用相同类型的WebResources。 What I have found is that the onload assignment in the tag gets erased when the WebResource is saved. 我发现,保存WebResource时,标记中的onload分配被擦除。 What you'll need to do is at the end of the script section, add: 您需要做的是在脚本部分的末尾,添加:

window.addEventListener("load",<name of function from <body> tag>)

Then save and try it again. 然后保存并重试。 This helped me get the report to actually run but I'm now running into an issue where the report is only showing the first 3 lines and does not give me any scroll options. 这有助于我使报告真正运行,但是现在遇到了一个问题,报告仅显示前三行,没有任何滚动选项。 Would love to find a way to fix that. 很想找到一种解决方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM