Saturday, February 25, 2012

Displaying a report on the browser when using SOAP

I was wondering if theres a way to correctly display reports on the browser
if you use SOAP to render them.Yes you can.
In this case when you try to render a report( You can use the Render method
to do so) the reporting services HTML Report in a byte array.
You can use this byte array to display reports on the browser.
"Rodrigo Sánchez" wrote:
> I was wondering if theres a way to correctly display reports on the browser
> if you use SOAP to render them.
>
>|||ive done that and used the response.write to send the report to screen but
images break, yo dont have the toolbar and paging doesnt seem to work, any
suggestions?
"Sangfroid" <Sangfroid@.discussions.microsoft.com> escribió en el mensaje
news:198F4602-729C-43AE-A7F7-CF4D76D600DE@.microsoft.com...
> Yes you can.
> In this case when you try to render a report( You can use the Render
method
> to do so) the reporting services HTML Report in a byte array.
> You can use this byte array to display reports on the browser.
> "Rodrigo Sánchez" wrote:
> > I was wondering if theres a way to correctly display reports on the
browser
> > if you use SOAP to render them.
> >
> >
> >

No comments:

Post a Comment