简体   繁体   English

来自本地服务器的 Power BI 报表集成

[英]Power BI report integration from local server

how to integrate PowerBI reports from local system and use them in the asp.net MVC?如何集成来自本地系统的 PowerBI 报告并在 asp.net MVC 中使用它们? i'm trying to integrate powerBI report in my project which is published on powerBI report server in my system (not online powerBI).我正在尝试将 powerBI 报告集成到我的项目中,该报告发布在我系统中的 powerBI 报告服务器上(不是在线 powerBI)。 while googling i'm not able to find what i needed, most of them recommends to publish the report to cloud and embed them.虽然谷歌搜索我无法找到我需要的东西,但他们中的大多数人建议将报告发布到云并嵌入它们。

To embed a report from Power BI Report Server, add an iframe in your app, with source the URL of the report, and added the following query string parameter ?rs:embed=true .要从 Power BI 报表服务器嵌入报表,请在应用中添加iframe ,源为报表的 URL,并添加以下查询字符串参数?rs:embed=true For example:例如:

https://myserver/reports/powerbi/Sales?rs:embed=true

If your app will be used inside your network, this is enough.如果您的应用程序将在您的网络中使用,这就足够了。 But if you want to use it by users over internet (users, which are not in your network), then you will need to expose the Power BI Report Server's reports portal to the world too.但是,如果您希望通过 Internet 的用户(不在您的网络中的用户)使用它,那么您也需要向全世界公开 Power BI 报表服务器的报表门户。

For more information see:有关更多信息,请参阅:

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

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