Groups | Blog | Home
all groups > sql server reporting services > december 2004 >

sql server reporting services : How can my c#.net app open a rs report?


trint
12/31/2004 6:25:50 AM
Ok,
I have just developed the c# app and the rs report...how does my c# app
open the report (and how does it pass parameters)?
Thanks,
Trint
Bruce L-C [MVP]
12/31/2004 3:43:03 PM
Two ways to integrate. Either with URL integration (embed the IE control and
give it the appropriate URL) or web services. URL integration is easier.
With Widbey and Yukon their will be available a winform and webform controls
but for now you need to use one of these other integration methods.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

cmarinella NO[at]SPAM gmail.com
1/3/2005 8:29:02 AM
Look at the ReportViewer control that is part of the Sample
Applications that are installed with RS. It is designed to view the
report in a web page, but might be helpfull.
AddThis Social Bookmark Button