Page orientation after print
Hi.
I want to change page orientation from code after report print.
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
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