Hi there,
Second post today :)
I'm not saying this is a bug, but it strikes me as pretty odd behaviour.
When printing a LayoutControl containing PanelControls, only the first element in the panel control is rendered. Same for GroupControl:

Here you see the structure of the form. Note that labelControl4 ("in group control (1)") and labelControl1 ("in panel (1)") are the first elements in their respective container.

That's the form when the application is launched.

..and that's the print preview window with the missing labels and button. The only code I wrote is the launch of the print preview by calling "layoutControl1.ShowPrintPreview();" on the button's onclick event.
It would be REALLY useful having XtraPrinting print all the elements, and not only the first one. Can anyone reproduce this?
Cheers,
-Nico.