Calling multiple rdlc from c# and saving to one workbook

Hello. I have a c# VS2010 project in which we created many rdlc reports.

We are trying to create a process (" Print All ") that will call each rdlc and place the results from the rdlc into one excel workbook.

Can this be done with Aspose.Cells?

We are currently trying to "recreate" each rdlc by creating excel templates of each rdlc and then importing the data. The problem with this approach is that the sql source for each rdlc has to be rewritten for every report that we create through aspose.cells because the order of the dataset is different.

Thanks !

Hi,

Thanks for your posting and using Aspose.Cells for .NET.

Aspose.Cells cannot work with your RDLC file. However, Aspose.Cells can extract or insert data programmatically inside your Ms-Excel files without the need of Ms-Excel.

You can search on internet how to get data from RDLC files using C# and then use Aspose.Cells to insert that data inside Ms-Excel file.

Hi,


Also, we have another SSRS extension product named Aspose.Cells for Reporting Services that may serve your needs i.e., export RDL/RDLC reports to MS Excel file formats.

See the documentation for your reference:
https://docs.aspose.com/display/cellsreportingservices/Home

Thank you.

Hi ,

Thanks for your posting and using Aspose.

Now Aspose.Cells for Reporting Services does not support Report Viewer 2010.

It supports integrate with Visual Studio 2005 or 2008 Report Designer