Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
CNC987654
Helper I
Helper I

Generating PDF reports on demand using C# or VB ?

Does anyone has any example generating PDF reports on demand using C# or VB ? Let say we have a report with 1  report filter. I want to the user to select a filter then click on a button and the program will export a PowerBI report to and PDF file. thanks

2 REPLIES 2
AmosHersch
Microsoft Employee
Microsoft Employee

@kotharijk did you see this code sample:

https://docs.microsoft.com/en-us/power-bi/developer/embedded/export-to#code-examples

 

If your user interacts with the report and you want to export with current state you will have to use Power BI JS API to capture the bookmark state first, and send it as part of the request to the export API

 

kotharijk
New Member

Hi, I have similar requirements as you mentioned in your post. Did you find any solution it?

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors