all groups > sql server reporting services > may 2005 >
You're in the

sql server reporting services

group:

Report Viewer


Report Viewer Chris Arnold
5/5/2005 2:30:11 PM
sql server reporting services:
Is there a report viewer that I can use in a windows based application, not a
Re: Report Viewer Bruce L-C [MVP]
5/5/2005 4:44:26 PM
With Widbey (Visual Studio) beta 2 they have both a winform and webform
control. Until then the only option is to either use webservices and render
it and show with something (i.e. render and show in IE control or render as
PDF and view it). Or use and IE control and use URL integration.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

Re: Report Viewer Oleg Yevteyev
5/6/2005 12:02:15 PM
You can get a byte array of a report's output by using Reporting Services
Render() method.
Now you have plenty of options.
You can use windows IE browser control and after encoding byte array to a
char[] array just display output inside of the control.
Or you can save it as a file, if you'd like, with a random guid like name in
a temp directory and set it as a source file of your browser compnent.

About the same appoach applicable to the pdf control from Adobe or MS office
windows components.

[quoted text, click to view]

RE: Report Viewer Bryan Avery
6/15/2005 2:03:02 AM
Have you looked at:

C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
Services\Samples\Applications\ReportViewer

--
Regards

<<<Bryan Avery>>>


[quoted text, click to view]
AddThis Social Bookmark Button