开发者

Can SQL Server Report Services Designer be rehosted?

开发者 https://www.devze.com 2023-04-07 09:56 出处:网络
I would like 开发者_运维问答to be able to edit and create at run time reports based on SQL Server Reporting Services from my application. Can SQL Server Report Services Designer control be rehosted in

I would like 开发者_运维问答to be able to edit and create at run time reports based on SQL Server Reporting Services from my application. Can SQL Server Report Services Designer control be rehosted in a custom .Net application outside Visual Studio, in a similar manner to how the WF workflow designer does? Is there any code sample for this?


Use Report Builder for designing reports outside of Business Intelligence Development Studio. If you want to launch report builder from a hyperlink, make sure at least SQL Server 2008 SP1 is installed on the report server and use this URL:

http://<servername>/reportserver/reportbuilder/ReportBuilder_2_0_0_0.application
0

精彩评论

暂无评论...
验证码 换一张
取 消