I am trying to integrate SSRS reporting manager URL into an Iframe (Using ZK framework). src of Iframe is 'https://localhost/Reports_MYSQL2014/Pages/Folder.aspx'
The page is getting rendered properly but clicking on some links (Upload File, security link on folder) getting error message as
"Refused to display 'https://localhost/Reports_MYSQL2014/Pages/Import.aspx?ItemPath=%2f&&Redi.........................................' in a frame because it set 'X-Frame-Options' to 'SameOrigin'."
How can i disable the 'X-Frame-Options' from SSRS response headers?