Situation is as following:
I’ve made a simple WPF-Application which connects to our ReportServer.
If i just want the Server to generate a Report and afterwards download the generated PDF everything works nicely.
Lets say i want the userbase to preview the Report first, i was thinking to get the .ll-file from the ReportServer, persist it locally and load it into the ListLabelViewerControl.
The issue im fighting with is, how can i get the .ll-File via the Rest-Api?