Hi All,
We have a j2ee application which uses Microsoft Reporting Services 2005 for reports.
In our JSP page we show and hide an IFRAME for which the src url is given as the Report URL with queryString for parameters.
Is there a standard way to POST data to report rather than passing it to URL in query String.
We also have a linked report.
We need to display this report in a Popup or provide a back button .
How to do this..
Kindly help me in this regard as we are new to reporting services
use the follwing java script to get the report in new windon
"javascript:void window.open('Reportviewer? + ReportName', '_blank', 'location=0, menubar=0, toolbar=0, resizable=1, width=800')"
|||HI this works when i give this in the Jump to URL and access through Report Manager.
When i click through my application. the url gets pasted in the address bar and page cannot be displayed screen is seen.
In my application when user clicks the run report button we show the Report in the same Page using IFRAME.
when the user clicks the Link for the linked report it is not opening in a popup.
"javascript:void window.open('Reportviewer? + ReportName', '_blank', 'location=0, menubar=0, toolbar=0, resizable=1, width=800')"
Please Tell me how to solve this.
No comments:
Post a Comment