Share via


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 clicking Save on the File menu, and 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.

See Also

Concepts

Report Object

Report Object Members