I have an SSRS Report deployed on an Integrated Sharepoint site.
The report has some drill through reports.
The user has requested that the drill through reports open up in a new window.
It works but the drill through reports put the parameter on the top of the screen while the main report has the parameters on the right side of the screen.
Part of my code to open the drill through reports is below:
http://server1/ReportServer_SI/_vti_bin/reportserver?http://server1/IT/Projects/CMS/Examples/ServiceLevel6CreditSummary.rdl....
What change would I need to make if possible for the parameters to be consistent and open on the right side for the drillthrough reports.
Thank you