Report.LayoutForPrint property (Access)

Use the LayoutForPrint property to specify whether the report uses printer or screen fonts. Read/write Boolean.

Syntax

expression.LayoutForPrint

expression A variable that represents a Report object.

Remarks

When you choose a font in Microsoft Access, you are choosing either a screen font or a printer font, depending on the setting of the LayoutForPrint property. Remember that printer fonts and screen fonts can differ, and characters on screen may not look exactly like those displayed on the printed page.

Screen fonts are the images of letters, numbers, and symbols that are installed on your system to be displayed on the screen. If you installed a printer, additional screen fonts may have been installed automatically.

Printer fonts are the letters, numbers, and symbols that are produced when you print a report. The available fonts are those fonts that were installed as part of your printer's setup, and depend on your printer.

If you design a report on a system with a different printer than the one you'll use to print, Access displays a message when you print the report to let you know that it was designed for another kind of printer. If you print the report anyway, your printer may substitute different fonts. Similarly, Access may substitute fonts if you change the LayoutForPrint property setting. For example, you might design a report with LayoutForPrint set to No, and then change the setting to Yes. You can reselect the font for each control to specify the appearance of the report.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.