I am looking to make a three worksheet excel workbook to be pulled off of our SSRS page. In Visual Studio 2017 I have my three datasources with their tables in the 'design' but want to have three worksheets. Currently it is pulling them all in one which makes sense as currently built. Does anyone know how to leverage Visual Studio to do this?
Asked
Active
Viewed 111 times
1 Answers
1
Put each tablix into a rectangle shape and amend the page name accordingly, as per Naming worksheets once an SSRS report is exported into Excel

JonTout
- 618
- 6
- 14
-
I was able to get it using "PageBreak", "PageName" however I used for naming the sheets. Thanks Again! – Gutzy Dec 19 '18 at 19:53