Share via


Report.ScrollBars Property (Access)

Gets or sets whether scroll bars appear on a report. Read/write Byte.

Version Information

Version Added: Access 2007

Syntax

expression .ScrollBars

expression A variable that represents a Report object.

Remarks

The ScrollBars property uses the following settings.

Setting

Visual Basic

Description

Neither

0

No scroll bars appear on the report.

Horizontal Only

1

Horizontal scroll bar appears on the report.

Vertical Only

2

Vertical scroll bar appears on the report.

Both

3

(Default) Vertical and horizontal scroll bars appear on the report.

If your report is larger than the available display window, you can use the ScrollBars property to allow the user to view the entire report.

See Also

Concepts

Report Object

Report Object Members