I am trying to incorporate a script that communicates between two iframes. The main site is on domain.local and the SSRS site is showing as computername.domain.local. Is there any way to change it so the reports use just domain.local? I tried using document.domain = "domain.local" in the ReportViewer.aspx file and that does work for that portion but then its scripts cannot access the remainder of the page which includes the content of the report. As an aside, is there a file that controls the content portion of the report or is that all controlled by the reports rdl file?
Thanks