Report.AutoResize property (Access)

Returns or sets a Boolean indicating whether a Report window opens automatically sized to display complete records. Read/write.

Syntax

expression.AutoResize

expression A variable that represents a Report object.

Remarks

The AutoResize property uses the following settings.

Setting Visual Basic Description
Yes True (Default) The Report window is automatically sized to display a complete record.
No False When opened, the Report window has the last saved size. To save a window's size, open the form, size the window, save the form by choosing Save on the File menu, and then close the form or report. When you next open the form or report, it will be the saved window size.

This property can be set only in Design view.

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.