You can't, as far as I know.
The ideal is to use an application designed for this purpose. If you must do
it natively in Labview, try making sub-VIs that each represent a whole
printed page or HTML object, and when necessary call them with the
appropriate data and print them.
So instead of having a front panel with three graphs, one of which ends up
in two pieces, you end up with three front panels each with one graph.
cvr wrote in message
news:506500000008000000762C0000-1000509150000@exchange.ni.com...
> When printing the front panel I would like to insert page breaks.
> Often my graphs are cut off when printed. Inserting page breaks would
> also be useful when printing to HTML.