Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Asp.net SSRS 2008 (RDLC) export to Excel Report

I need to write a SSRS Report (RDLC) with Sub Report and directly export the report to Excel on asp.net button click event.

Could someone please help me with whether this can be done without having to install SSRS i.e. no liscense required?

The SSRS Report needs to render each Groups in to separate sheet.e.g. if there are 3 States, the report should show the data for each states in to different excel sheets.

I tried to do this with Crystal report, but crystal report doesn't support multiiple sheets.

Thank you.

like image 890
Nil Pun Avatar asked Nov 22 '25 12:11

Nil Pun


1 Answers

I'm pretty sure that every option to parse SSRS reports available from Microsoft requires a license and installation, either on the server or on the client, wherever the .rdl is parsed. (Does Microsoft distribute any software that doesn't require some sort of license agreement?)

But some of the licenses do not require purchase and are freely available. .rdlc files can be parsed and displayed in a ReportViewer control, which requires .NET and the "Microsoft Report Viewer 2010 Redistributable Package" If you look on that page, you'll see that SSRS is only required for Server processing mode.

like image 141
Jamie F Avatar answered Nov 24 '25 04:11

Jamie F



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!