Hi Team,
I am using RadzenSSRSViewer in Blazor server app in VS2022.How can I pass the credential ?
I have created partial ReportController but not getting how it will hit/refer from my .razor page ?
Guidance on this really appreciated
Hi @BijithKumar,
Check here: https://blazor.radzen.com/ssrsviewer#proxy
Once you set UseProxy to true the reportviewer will start requesting the report controller. Make sure your application has controller support enabled.
Thank you, Korchev. After setting up the controller, it's now working perfectly.