Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1825
print Multiple grids in broswer readable format
posted

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.

Parents
No Data
Reply
  • 12875
    posted

    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.

     

    WPF_Reporting_xamDataGrid.zip
Children