Forum Discussion
coffey88
2 years agoFrequent Visitor
Reports - Export To File API (Dynamic Binding and Paginated)
I can't find any documentation except for the make up of body for the request. Basically we have a paginated report and several datasets we want to bind to when exporting a PDF. POST to https:/...
AmosHersch
2 years agoMicrosoft Employee
Hi coffey88 ,
I believe paginatedReportConfiguration and powerBIReportConfiguration are mutually exclusive, you cannot provide both. If you are exporting a paginated report then you should only provide paginatedReportConfiguration.
I don't think you can dynamically bind a dataset to the paginated report just for the export operation. It is supported when exporting PowerBI (PBIX) reports.
coffey88
2 years agoFrequent Visitor
AmosHersch Is there any alternative to facilitate what I'm trying to do? I'm not apart of our PBI team, but this seems like it would be pretty painful for them to have to build/setup all of our tenants Paginated reports individually.