AccpacReport.PrinterSetup
Configures the print settings for the report according to the settings in the supplied AccpacPrintSetup object.
Sub PrinterSetup(pSetup As AccpacPrintSetup)
Parameters
pSetup
[in] an AccpacPrintSetup object that contains the desired print settings
Remarks
In most cases, a report can make use of the current user's default print settings, or changes can be made to some common print settings by setting report properties, such as Destination, and NumOfCopies.
PrinterSetup is only called if the report needs some specific print settings to be set, such as the printer's device name or the report's orientation.