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!>
Thanks for joining our community and helping improve Syncfusion products!
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:
And I created a fresh uwp app following this guide:
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?