How to detect page size in ActiveReports
- by griegs
I have an ActiveReport which can be printed on A4 or A3. I'm told that when the print dialog is displayed and the user selects a page size that I should be either able to detect the change event or be able to check the size just before printing.
Attaching to the event would be the prefered solution if it's possible.
Does anyone know how to do either of the above?