該庫是 powerbi-client 庫的擴充。雖然 powerbi-client 庫有助於將 Power BI 報告嵌入到您的應用程式中,但 powerbi-report-authoring 有助於以程式設計方式編輯 Power BI 報告。
有關嵌入 Power BI 報告的更多詳細信息,請參閱 powerbi-client wiki。
有關在嵌入會話中創建 Power BI 報告的更多詳細信息,請參閱 powerbi-report-authoring wiki。
從 NPM 安裝:
npm install --save powerbi-report-authoring
理想情況下,您可以使用模組載入器或編譯步驟來使用 ES6 模組進行導入,如下所示:
import 'powerbi-report-authoring' ;
但是,該庫會匯出為通用模組,並且可以在應用程式關閉</body>
標記之前以及包含 powerbi-client 之後包含 powerbi-report-authoring.js 腳本,如下所示:
< script src =" <path>/powerbi-client/dist/powerbi.js " > </ script >
< script src =" <path>/powerbi-report-authoring/dist/powerbi-report-authoring.js " > </ script >
當直接包含時,該庫將從“powerbi-client”庫擴展類別和介面。
該專案採用了微軟開源行為準則。有關詳細信息,請參閱行為準則常見問題解答或聯繫 [email protected] 提出任何其他問題或意見。
該項目歡迎貢獻和建議。大多數貢獻都要求您同意貢獻者授權協議 (CLA),聲明您有權並且實際上授予我們使用您的貢獻的權利。有關詳細信息,請訪問 https://cla.microsoft.com。
當您提交拉取請求時,CLA-bot 將自動確定您是否需要提供 CLA 並適當地裝飾 PR(例如標籤、評論)。只需按照機器人提供的說明進行操作即可。您只需使用我們的 CLA 在所有儲存庫中執行一次此操作。
該專案採用了微軟開源行為準則。有關詳細信息,請參閱行為準則常見問題解答或聯繫 [email protected] 提出任何其他問題或意見。