|
Hi, I have five reports having complex formatting, with images and colors. Requirement is, I will run single main report, which will run 5 reports (as sub reports). When I export main report in excel, I want to export these five reports in single excel workbook, having 5 reports in different sheets. I tired placing 5 tablix in layout and set page property as required it worked. But in my case 5 reports are different big reports having complex logic and complex data I mean, logos, header footer, charts. When I place these reports as sub reports in my layout of main report and export in excel, it is showing blank. Please let me know the solution, whether we can implement the same directly or using any dot net code. If so what will be code?
(comments are locked)
|
|
I would suggest that if the reports are that complex then it is worth your time building an Excel worksheet (or 5 if that is preferred)that link directly to the data and will work much better as a spreadsheet than something that is the result of an export process from SSRS.
(comments are locked)
|

