microsoft / powerbi-client-react

Power BI for React which provides components and services to enabling developers to easily embed Power BI reports into their applications.
MIT License
308 stars 98 forks source link

Unable to export report as Image/JPEG #104

Closed sebin-git closed 9 months ago

sebin-git commented 9 months ago

Unable to export report as JPG

Only PDF Export is available. Need JPG Export functionality

KotanaSai21 commented 9 months ago

Export report as JPEG format is not currently supported. However you can export the report as Image in png format.

Refer Export Power BI Report to File documentation for more information.

Refer to my sample Export Power BI Report to png gist file for calling the Export APIs.