SSRS Viewer - Blazor Server

Hello

I successfully added the SSRS viewer and pulled up a report using the Radzen IDE. When I transfer that code to my Blazor server app, by copying the razor code to my report page and adding in the Report Controller, the report doesn’t appear. I can’t figure out what is missing to connect the razor page to the report controller and successfully render the SSRS viewer and display my report. I do not see anything different int the Startup.cs or program.cs files.

Thank you

Check the network tab of your browser to see what the server response is. If it is 404 then probably mvc controllers are not properly registered in the startup of the application.