I have successfully set up a report using Visual Studion/Reporting services that is grouped company name by page, and then a sub group by location. The report format looks something like:
XXXXXX (Company Name)
YYYYYYY (Location1)
ZZZZZZZZ
ZZZZZZZZ
ZZZZZZZZ
YYYYYYY (Location2)
ZZZZZZZZ
and so the report paginates at every 'XXXXXX' (Company Name) and the report might be 150 pages long.
The problem is exporting to excel - I get a excel workbook that looks great, but it has 150 tabs at the bottom labeled as Sheet1, Sheet2, Sheet 3.......Sheet150.
The requirement is for the sheets to be explitly named whatever 'XXXXXX' (Company Name) is.
Can I do this anywhere in .NET, Reporting Services, or TSQL? If so, where do I look for the objects to manipulate to get it to do this?
XXXXXX (Company Name)
YYYYYYY (Location1)
ZZZZZZZZ
ZZZZZZZZ
ZZZZZZZZ
YYYYYYY (Location2)
ZZZZZZZZ
and so the report paginates at every 'XXXXXX' (Company Name) and the report might be 150 pages long.
The problem is exporting to excel - I get a excel workbook that looks great, but it has 150 tabs at the bottom labeled as Sheet1, Sheet2, Sheet 3.......Sheet150.
The requirement is for the sheets to be explitly named whatever 'XXXXXX' (Company Name) is.
Can I do this anywhere in .NET, Reporting Services, or TSQL? If so, where do I look for the objects to manipulate to get it to do this?