Forum Discussion
lovishsood1
1 year agoResolver I
Print an embed Report
Hey Everyone, I'm trying to print an EMBEDDED REPORT but it is returning blank because I'm trying to print entire page along with other content of Website but it is getting blank for Power BI pag...
- 1 year ago
Hi v-ssriganesh ,
Not really, I wanted to capture the snapshot of embedded report on click of button , so that if user has put any slicer value then also I can fetch image of Report(Filtered one).
This is still not achieved. I'm trying the NODE-JS sample code provided by Microsoft.
BhavinVyas3003
1 year agoSuper User
Use Power BI Export To File API to generate PDF/image of the report, then include that in your webpage for printing.
- lovishsood11 year agoResolver I
can you share the code or relevant functions?