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" wrote:
> On Aug 7, 2:18 pm, Praveen <Prav...@discussions.microsoft.com> wrote:
> > 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?
>
>
> 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
>
[quoted text, click to view] On Aug 7, 2:18 pm, Praveen <Prav...@discussions.microsoft.com> wrote:
> 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?
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
[quoted text, click to view] On Aug 7, 10:58 pm, Praveen <Prav...@discussions.microsoft.com> wrote:
> 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...
>
>
>
>
>
> "EMartinez" wrote:
> > On Aug 7, 2:18 pm, Praveen <Prav...@discussions.microsoft.com> wrote:
> > > 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?
>
> > 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
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