Groups | Blog | Home
all groups > sql server reporting services > august 2007 >

sql server reporting services : Showing toolbar from Web service


Praveen
8/7/2007 12:18:01 PM
Hi,
Is there a way to show the toolbar of the report (which exists in
report manager to export, print, etc) in .aspx page when the report is
rendered as html using web service in ASP.NET web application?
Any ideas or sample code?

Praveen
8/7/2007 8:58:01 PM
Hi Martinez,
I tried using reportViewer control. It works but the problem is I
can not browse through other pages in the application while the report is
loading in a new browser window. Using Web service, I need the same toolbar
that is visible in Report server.I was wndering, when we can see that using
reportViewer control or Iframe, why can't we see that using web service...


[quoted text, click to view]
EMartinez
8/8/2007 2:13:51 AM
[quoted text, click to view]


Have you looked into using the report viewer control? You might be
able to manipulate it somehow to obtain these results. Also, you could
try setting up HTML buttons to achieve this affect. Hope this helps.

Regards,

Enrique Martinez
Sr. Software Consultant
EMartinez
8/9/2007 2:06:28 AM
[quoted text, click to view]


In general, a custom ASP.NET web service does not handle interface
functionality; normally only middle-tier. From you description, it
sounds like you might want to use an iFrame or XForm in an ASP.NET web
page. Hope this helps.

Regards,

Enrique Martinez
Sr. Software Consultant
AddThis Social Bookmark Button