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.