简体   繁体   中英

inputing code on ssrs reports

I would like to know if is possible to use c# code on SSRS reports ? By code, I mean using events, functions and other things to make my report. The scenario working is on Visual Studio 2012. Thx for all.

Yes its possible. One way to do this is to deploy your c# code onto the sql server as a CLR, and expose it as a stored procedure. Then from the report stored procedure you could call the C# CLR stored procedure to get results.

http://msdn.microsoft.com/en-us/library/ms254498(v=vs.80).aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM