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
125
How to print multiple grids using UltraGridPrintDocument?
posted
I have Windows forms applications that contain multiple grids for which I would like to print on one page (or multiple pages if the contents of the grids do not fit onto a single page).  Of course you set the datagrid to print as follows:

Me.UltraGridPrintDocument1.Grid = Me.UltraGrid1

How, or is there a way to assign or add multiple grids to the print document and what might that way be?  Can they be combined and yet achieve the same visual form appearance?  Not sure that creating my own control and inheriting from the UltraGridPrintDocument will help.

- Ken

Parents
No Data
Reply Children