Report.ScrollBars property (Access)

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

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 A horizontal scroll bar appears on the report.
Vertical Only 2 A 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.

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.