Aspose Excel Export : SSRS through .Net

Hello

We are thinking of adopting aspose as third party tool for exporting excel to XLSX format through SSRS 2008 and SSRS 2005. Now the question is :

1) You might be aware of go to report functionality in SSRS. We use that in navigating from one report to another. Default SSRS Excel export(through SSRS) renders those cells as it is. I mean we can navigate to other reports by clicking on respective cell in exported excel also. Will exported excel through Aspose support go to report functionality ??

2) As our front end is in .Net. So is their any way by which we can directly export the RDL to XLSX or desired format through .Net ??

Your immediate response will be really appreciable.

-Kanwar

Hi Kanwar,



1) Aspose.Cells for Reporting Services
supports go to report function.

2 2) You may access SSRS render interface in C# project through referring reportexecution2005.asmx and reportservice2005.asmx. Please read the online document : `http://msdn.microsoft.com/en-us/library/reportexecution2005.reportexecutionservice.aspx`

Thank you.

Thank you for quick response. Appreciate it.