Welcome to the Report Viewer SDK feedback portal. We’re happy you’re here! If you have feedback on how to improve the Report Viewer SDK, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

Hi, I wanted to make a test app, to try loading a rdl report from a web server to a uwp app.

I used this sample to make the web service:

https://help.boldreports.com/embedded-reporting/javascript-reporting/report-viewer/report-service/create-aspnet-core-web-api-service/


And I created a fresh uwp app following this guide:

https://help.boldreports.com/embedded-reporting/uwp-reporting/report-viewer/display-ssrs-rdl-report-in-uwp-application/

Of course I changed the ReportServiceURL and the Path, to match my api.

But my problem is that the RefreshReport() doesn't trigger the api endpoint.

What can I try or do, to make this sample work?