悬赏园豆:20
[已关闭问题]
<P>Reporting services 如何在WPF中工作?</P>
<P>这是我找到的一个回答:</P>
<P>RS 2005 comes with winform and webform controls for RS. These are 2.0<BR>framework. WPF is based on 2.0 framework. I don't know what the plans are<BR>for VS 2008 with regards to these controls. I also don't know what the<BR>current beta of VS is and where it is with regards to Reporting Services.</P>
<P>However, these are winform controls, not WPF controls. So at a minimum you<BR>would need to wrap the control.</P>
<P>You can always easily do URL integration. You put an IE browser control on<BR>your form and then set the URL property appropriately. Look at books on line<BR>searching on URL.</P>
<P>Finally, you can roll your own using webservices.</P>
<P>Three choices: control shipping with VS, URL integration, webservices<BR>directly.</P>
<P><BR>--<BR>Bruce Loehle-Conger<BR>MVP SQL Server Reporting Services </P>