Hi,
I have a web application (Angular2 app) which loads RDLC reports atiframe for users.
And I have a desktop application, in which i use a webBrowser control and set its URL to my web application.
The report is loaded perfectly from either the web and desktop app.
When i open the web application directly from browser and choose Export (excel, pdf, web) it works normally and the report is exported.
But when i open the desktop app, and press on Export excel, pdf... warnings appear, and blank page is appeared and the report is not exported
Please is there a way to fix this issue? as it is so important for the users to export these rdlc reports from the desktop application webBrowser.
Thanks in advance