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 1. Select Table 1 press F4 to open Properties window and find PageBreak Option Set BreakLocation to END, Disabled False, ResetPageNumber False and finally PageName "Sheet 1"
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!