Parameter and Actuate viewer on single page how to make Parameter and Actuate viewer on single page
#3
Posted 23 May 2012 - 12:51 PM
You can click on the menu -> Parameters in the report viewer to display both in the same window.
#4
Posted 24 May 2012 - 03:56 AM
Thanks for your reply. What i need is i don't want to go menu to display the parameter page.
By running the report itself i want to show both the report viewer and parameter.
Is there any script in "onContentUpdate" to make this by default while running a report.
-- Kabil
#5
Posted 24 May 2012 - 09:48 AM
this.getViewer().showParameterPanel();
#7
Posted 25 May 2012 - 10:10 AM
Again got one problem with this. Using the above script also bringing the parameter page. After entering to that only its taking me to next level. I don't want to display the parameter page. Same thing i have to do for espreadsheet report also.
Any tips.
-- Kabil
#8
Posted 25 May 2012 - 02:27 PM
http://localhost:8900/iportal/executereport.do?__executableName=/MyReport.rptdesign&invokesubmit=true
#9
Posted 28 May 2012 - 11:26 AM
Its working fine
Also is there any possibility to make the parameter frame in top of the viewer. Initially its in bottom i want to display that at top of the page.
--kabil
#10
Posted 29 May 2012 - 12:16 PM
"[Install Dir]\servletcontainer\iportal\iportal\activePortal\private\filesfolders\views\categories.jsp"
String syncDocument = "invokesubmit=true&__requesttype=immediate&__executableName="+encyclopediaName+ "&" + commonQueryString; String syncLatestDocument = "invokesubmit=true&__requesttype=immediate&__executableName="+ latestEncyclopediaName + "&" + commonQueryString + "&__saveOutput=false";






MultiQuote




