Report.DefaultView property (Access)
Use the DefaultView property to specify the opening view of a report. Read/write Byte.
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. |
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.