G.13. The Reports Collection and Report Object

Microsoft Access contains a Reports collection that contains a Report object for every open report within your database. Reports that are not currently open in the database are not in the Reports collection.

G.13.1. Report Object Properties

The properties of the Report object are listed in the following table.

PropertyData TypeDescription
ActiveControlControl objectUsed with the Screen object to determine the control that has the focus.
AllowLayoutViewBooleanDetermines whether a report can be viewed in Layout view.
AllowReportViewBooleanDetermines whether a report can be viewed in report view.
ApplicationApplication objectReturns the currently active application object.
AutoCenterBooleanDetermines whether the report will be automatically centered within the Application window.
AutoResizeBooleanDetermines whether the report will be automatically resized to display complete records.
BorderStyleByteSpecifies the type of border and border elements for the report.
CaptionStringSpecifies the caption in the title bar for the report.
CloseButtonBooleanSpecifies whether the Close button on a report is enabled.
ControlBoxBooleanSpecifies whether the form has a control menu (in Form and Datasheet view only).
ControlsControls collectionSpecifies the collection of all controls on the report.
CountIntegerSpecifies the number of items within the Reports collection.
CurrentRecordLongIdentifies the current record being viewed on a report.
CurrentViewIntegerDetermines ...

Get Access™ 2007 VBA Programmer's Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.