FastLaserPrinting Property Example
The following example shows how to set the FastLaserPrinting property for the Invoice report while in report Design view:
DoCmd.OpenReport "Invoice", acDesign
Reports!Invoice.FastLaserPrinting = True
DoCmd.Close acReport, "Invoice", acSaveYes