I'm looking for a way to print data which a user of the C#/WPF program has entered. The problem is the layout difference of the screen compaired to the pdf.
The program layout is made for a display (landscape view) which is different from the pdf file layout (portret view).
Here is a printscreen of grid with labels, textboxes, radiobuttons and checkboxes:
as it is shown in the application.
All the labels, textboxes, radiobuttons and checkboxes are drawn on a grid.
Here is a printscreen of how the pdf should look like.

So I'm not just looking for a way to copy the grid to PDF but to change the layout also.