You can check the DeviceType property of the report to determine which device is being printed to.
If you are printing from the print dialog (screen is not possible), you can use the OnPrintDialogClose to access the Report.PrintDialog.DeviceType property to determine which device your user selected.
Comments
You can check the DeviceType property of the report to determine which
device is being printed to.
If you are printing from the print dialog (screen is not possible), you
can use the OnPrintDialogClose to access the
Report.PrintDialog.DeviceType property to determine which device your
user selected.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
'Report.DeviceType' worked fine, thanks!