Page orientation after print

edited December 2015 in FastReport 4.0
Hi.
I want to change page orientation from code after report print.
Page1.Orientation := poLandscape;

Code above work only on frxReport1OnStartReport event.
So how can I do this on frxReport1OnStopReport event.

I have to do that only then or maybe in second pass, because only then (after first pass) I know what page orientation I should use.

I would be grateful for your advice

Comments

Leave a Comment