You need to sign in to do that
Don't have an account?
This content cannot be displayed in a frame.To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame.
Hi All,
I am getting the below error message on click of a Report in my VF Page :

The below is the part of the code from my VF page throwing error :
Thanks for Any & All Help in Advance...!
I am getting the below error message on click of a Report in my VF Page :
The below is the part of the code from my VF page throwing error :
<apex:panelGrid columns="3" width="100%" columnClasses="pbTitle, pbButton" id="panelgrid"> <apex:pageBlock id="Chart"> <apex:pageBlockSection id="spendChart" title="Test Spend Data" columns="1" collapsible="true"> <apex:iframe src="/apex/TestSpendDataReportPage?name={!URLENCODE(Account.Name)}" frameborder="False" scrolling="False" height="420"/> </apex:pageBlockSection> </apex:pageBlock> </apex:panelGrid>
Thanks for Any & All Help in Advance...!
You can read more about this header at : https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
Yes I am trying to display a Salesforce report page.So what is the workaround for this?
Thanks!
Yesterday I was facing same error in mu salesforce production and sandbox org. But today morning, it is working fine. I think it is a browser issue.
Thanks