I have two tables in my ssrs report, I want to export those two tables in single sheet of excel but with page break so that if I do print preview, two different tables should be displyed in two different pages, even if first page has enough space to display the second table. How can I achieve this?
Share
Alas, this is not possible with the default renderers. Either there is a page break between the two tables, or there isn’t, the report itself has no knowledge of how it will be rendered. Excel will always generate a new tab for a page break, afaik.
See the corresponding msdn documentation for more info on (amongst other things) page breaks.