Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
micnie_2020
Posting Yak Master
232 Posts |
Posted - 2013-05-01 : 22:33:00
|
Hi All,if I set my link with toolbar=false, the icon loading plus text Report is being generated .... is hide.Can someone tell me how can I displayed the loading icon & text?Please advise.Thank you.Regards,Micheale |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-05-02 : 01:07:52
|
are you doing this in native or sharepoint integrated mode?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
micnie_2020
Posting Yak Master
232 Posts |
Posted - 2013-05-03 : 03:30:23
|
No. Do not have sharepoint integrated mode.Thank you. |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-05-03 : 04:16:47
|
can i assume you're trying to render report from native report viewer in a browser------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
micnie_2020
Posting Yak Master
232 Posts |
Posted - 2013-05-03 : 04:22:19
|
Hi,I am running the SSRS report inside CRM >> Dashboard as Iframe called url below (refer 1)1) If I use:-http://xxx/ReportServer/Pages/ReportViewer.aspx?%2fAP%2f07Ms+FR+Segmented+By+Probability+2+Close&rs%3aCommand=Render&rc%3aToolbar=true&rc%3aparameters=false&rc%3astylesheet=hideToolBar2) and set expression:-=IIf(Fields!owneridname.Value<>"Others","<a href=""javascript:void(window.open('http://xxxx/ReportServer/Pages/ReportViewer.aspx?%2fAP%2f07M+FR+Segmented+By+Probability+2+Close+Drilldowns&rs:Command=Render&rc:toolbar=false&rc:linktarget=_blank&UserDomain="& Fields!owneridname.Value &"&proba="& Fields!Probability.Value &"','_blank'))"" target=_blank>textbox text</a>",Nothing)The popup doesn't target to new window, it's overwrite current window. And this method the loading bar will show.Please advise if I used this method. How can I make sure the pop up is on new window?Thank you.Regards,Micheale |
|
|
|
|
|