Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago

Power BI Embed print report

Hi,

I embeded some Power BI report into my application and all works fine. I would like to add print report functionality. My problem is, that when report is not completely loaded and I will try to print this report, it prints incomplete report.

What is the best way to resolve this problem. I think that I have to wait for report  that will fully loaded... But I dont know how...

Thanks,
Martin

 

4 Replies

  • v-jiascu-msft's avatar
    v-jiascu-msft
    Microsoft Employee

    Hi Martin,

     

    As far as I know, I'm afraid we have to wait for its fully loading. Will that be a long time?

     

    Best Regards,

    Dale

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi Dale,

      thanks for your answer. No, not be a long time. Waiting for fully loading is OK, but what can I do if report (or some component) is refreshing? In this time I should not be able to print report. How do I know that report or component start refreshing, to be able disable print?

      Thanks,

      Martin

       

  • Anonymous's avatar
    Anonymous
    Not applicable

    I am responding to this thread to just inquire/cross check if support for print functionality for embedded report has been added or not.

    My research on web so far says that, there is only a Java Script library (powerbi-client) present, which has an API to print the current page. However, it has many limitations:

     

    1. It prints only current page, not all the pages in a report.
    2. It works comparatively better in Chrome browser.
    3. Graphics/content in the report gets cut off in Internet Explorer.
    4. If report has tabular/grid style data with horizontal scroll bar (i.e. too many columns), then above mentioned JS API only prints columns visible on the screen.

     

    Please let me know if support for print in embedded mode has been added in recent (if I am missing something) or is there any way to overcome above limitations/issues. Hope to hear on my query. Quick replies appreciated.

  • Anonymous's avatar
    Anonymous
    Not applicable

    Any updates on my points/questions?