I have Three different dataset in one Report, Each Dataset result is binded to a different Table component
When I export as Excel ,I am getting all this in One Excel sheet
I need this in separate excel, How can I do this in SSRS
Thanks, Arun
In this Case you have to set PageBreak BreakLocation to END and give unique PageName
Follow these steps
Follow same steps for other two tables but make sure you have unique PageName like "Sheet 2" and "Sheet 3" in this case...
All the Best!