RadzenSSRSViewer component

Hello, I would like to ask about the RadzenSSRSViewer component.
Does this component work as an "iframe"? That is, does the end client need access to the public url of the report (ssrs)? or can I use a local url (https://localhost/reports/) on the server? This would allow the reports to only be displayed with the "radzen" component.

<RadzenSSRSViewer ReportName="ReportPrueba" ReportServer="https://localhost/Reports/" UseProxy="false">

</RadzenSSRSViewer>

Hi @SuperBlazor,

Yes, it acts as an iframe. Yes it needs access to the report server unless you use a proxy. To use a proxy you need the ReportController.cs file from here and set UseProxy to true. Even then there could be limitations caused by SSRS's security.

I assumed it was like that.
Is there a radzen component that looks like a report? For example, the option to view an HTML document with PDF download options. Thank you

No, there is no such component.