Hi Experts,
I'm working on Power BI Embedded API. I've been embedded in a report on my web application.
Now my client has a requirement to do export in PDF feature with the default state/current values/selected values/filtered values of the report.
Example: The same scenario like, If we see on Power BI service open any report go to File > Export to PDF as shown in the below image

a pop-up will come to ask you to export with current values (means filters/selection that you've applied on the report) or default values (default state of report nothing selected). So in case of current values Power BI service export the report as expected behavior, with filtered data of the report.

But in API I couldn't see this option. I'm following this link to export the power bi embedded report to PDF.
https://docs.microsoft.com/en-us/rest/api/power-bi/reports/exporttofileingroup
But I'm unable to see current values options in API.
Please help how can I do export report through API with current values as shown in the above images.
Thanks