You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
Dear community,
When I run a report from an url :
http://lin-fr-webi04.europe.private.com/reportserver/reportserver/httpauthexport?id=318441&user=frph01&apikey=abcdefghij&format=html&download=false&p_NumClt=641002this works perfectly, I get the result. I'm now trying to include this line in our next CRM software (SuperOffice)
which uses iFrame
I'm made a little html page to try :
<html>
<head>
</head>
<body>
<iframe scrolling="yes" width="1024" height="800" src="http://lin-fr-webi04.europe.private.com/reportserver/reportserver/httpauthexport?id=318441&user=frph01&apikey=abcdefghij&format=html&download=false&p_NumClt=641002">
</iframe>
</body>
</html>this doesn't work, the Reportserver seems to refuse to run report from iframe ...
Is there a parameter to fix this ?
Thanks for your feed back.
Last edited by phenaut (2019-04-08 11:58:00)
Offline
Solved by commenting in httpd.conf lines
Header always * X-Frame-Options SAMEORIGINOffline
Hi phenaut,
thanks for posting the solution to your problem.
Regards,
Eduardo
Offline