I have .Net application where we have embedded power BI Reports with row-level security. So, different users can see different data depending on how much access he/she has.
I have a specific requirement to have a little pdf button beside the report and download the report as PDF once the user clicks on it. The downloaded report should have whatever that particular user can see or currently on the screen. if this not possible at least printing the whole report in PDF is fine as well.
I have tried a couple of solutions but didn't get any results. Do anyone has this situation before. Any help would be really appreciated.
Thank you