Share via


Report.MinMaxButtons Property (Access)

You can use the MinMaxButtons property to specify whether the Maximize and Minimize buttons will be visible on a report. Read/write Byte.

Syntax

expression .MinMaxButtons

expression A variable that represents a Report object.

Remarks

The MinMaxButtons property uses the following settings.

Setting

Visual Basic

Description

None

0

The Maximize and Minimize buttons aren't visible.

Min Enabled

1

Only the Minimize button is visible.

Max Enabled

2

Only the Maximize button is visible.

Both Enabled

3

(Default) Both the Minimize and Maximize buttons are visible.

You can set the MinMaxButtons property only in form Design view.

See Also

Concepts

Report Object Members

Report Object