Forum Discussion
CNC987654
Helper I
7 years agoGenerating 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 prog...
AmosHersch
Microsoft Employee
4 years agokotharijk 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