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
20
Multiple sections on one page
posted

I am trying to setup and print a Report that displays a Visual Element (Canvas with bitmap and some other graphical and text elements) and below it a data  grid (using a XamDataGrid).

I need for both the Visual element and the data grid to print on the same page (the data grid may extend to multiple pages depending on its size).

From my understanding, adding each of these to a separate EmbeddedVisualReportSection will result in each one being printed on separate pages.

If I add the Visual element and the grid to another visual element (say a StackPanel), and then create one section, will this solve my problem.  Also if I do this will the grid print out on multiple pages, if it extends beyond one page.

Thanks,

Arun