I have a requirement to show multiple grids exports (mostly 2) in a single view which should be viewable in browser, Export to XPS is broswer viewable however I am not sure how to publish multiple grid exports into a single XPS doc.
Anything other than XPS format will do as long as its browser viewable.
Hi,
You can use EmbeddedVisualReportSections, one for each grid. Each section will start on a new page.
The behavior would be the same whether you export to XPS directly or use the reportviewer.
There are differences in the appearance of the report, depending on the ReportSettings that you use and you may want to review these. They affect the report, not the delivery of the report, so I like to use the ReportViewer at least in testing.
I’ll attach a sample that may be helpful to you.
I don’t know if you’ve had an opportunity to review my sample.
Please let me know if there is anything further that I can help you with regarding this question?