Share via


Report.DefaultView Property (Access)

You can use the DefaultView property to specify the opening view of a report. Read/write Byte.

Version Information

Version Added: Access 2007

Syntax

expression .DefaultView

expression A variable that represents a Report object.

Remarks

The DefaultView property uses the following settings.

Setting

Visual Basic

Description

Print Preview

0

Displays the report in Print Preview.

Report View

1

(Default) Displays the report in Report view.

See Also

Concepts

Report Object

Report Object Members