I would like to display the above view report page as new browser TAB with full page view.
Is this the proper way to proceed or is there any other option.
Kindly advise .
While this does not directly address your question, Syncfusion offers a pretty robust PDF viewer that probably would have the end result of hiding the URL. They have a community edition that has some restrictions, but would probably work for many projects. I have not incorporated it into a Radzen project though. Below is a link to it along with an article I found about someone adding a different Syncfusion component with Radzen.
For Option 1 I have a page called ViewReport and there are three parameters(used by the iframe object to call API and return pdf) to the page.
I want this page to open in new browser TAB but the parameters other than the page name should be be hidden from user. How can it be achieved. Kindly guide.
You can also create a JS function that opens a new tab with an iframe and can pass the encoded string made from the pdf byte[] as a source to the iframe so that you can achieve both the thing a) able to show pdf in full-screen b) no URL will be there.
Hi @Vinod_Pillai,
I have a data grid and I want to display some of its data in a PDF. Can you help me, please? By the way, I am working on Blazor Server Application.
Thank you.
the last days I have been trying different ways of how to display a generated pdf with SSRS in a new browser tab while using separate credentials for SSRS. I ran into lots of problems like everybody in this thread but finally I now have a stable solution which works for me. I have published the complete code in my radzen blog here: https://www.frankslowcodeblog.com/post/2023/06/24/create-report-with-ssrs-and-show-generated-pdf-in-new-browser-tab. May be you find it useful!