打印/生成嵌入式Power Bi报告的PDF [英] Print/Generate PDF of embedded power bi report

查看:222
本文介绍了打印/生成嵌入式Power Bi报告的PDF的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已将power bi报告嵌入到我的网站中。我想在其中实现保存为pdf或打印功能。有什么方法可以实现这些功能?

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?

推荐答案

我的建议是使用Power BI API嵌入报表,然后使用javascript启动打印对话框。 window.print();

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

开箱即用的Power BI中没有按钮可以将报表导出为

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

在Power BI服务上,您可以在PowerPoint中导出报告,但是导出的数据是报告的单个静态jpg,例如

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.

在GitHub上,您可以找到如何通过javascript
嵌入基础

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

希望有帮助!

这篇关于打印/生成嵌入式Power Bi报告的PDF的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆