Print/Generate PDF of embedded power bi report

倖福魔咒の 提交于 2019-12-23 13:20:12

问题


I have embedded a power bi report into my website. I want to implement save to pdf or print feature in it. Is there any way to implement these features?


回答1:


My suggestion is to use the Power BI API to embed your report and then use javascript to launch the print dialog. window.print();

Out of the box there is no button inside Power BI that export your report as a PDF as is.

On the Power BI Service, you have the possibility to export your report in PowerPoint, but the exported data are single static jpg of your report, e.g. no interaction is possible.

Here on GitHub you can find how to interact with PowerBI via javascript Embedding Basics

Hope that helps!



来源:https://stackoverflow.com/questions/46680225/print-generate-pdf-of-embedded-power-bi-report

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!