Expand Minimize
This topic has not yet been rated - Rate this topic

Report.AutoCenter Property (Access)

Published: July 16, 2012

Returns or sets a Boolean indicating whether a report will be centered automatically in the application window when the form is opened. Read/write.

expression .AutoCenter

expression A variable that represents a Report object.

The AutoCenter property uses the following settings.

Setting

Visual Basic

Description

Yes

True

The report will be centered automatically on opening.

No

False

(Default) The report upper-left corner will be in the same location as when the form was last saved.

You can set this property only in Design view.

Depending on the size and placement of the application window, reports can appear off to one side of the application window, hiding part of the form or report. Centering the report automatically when it's opened makes it easier to view and use.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.