다음을 통해 공유


SubForm.Report Property (Access)

You can use the Report property to refer to a report or to refer to the report associated with a subreport control. Read-only Report.

Syntax

.Report

A variable that represents a SubForm object.

Remarks

This property is typically used to refer to the report contained in a subreport control.

참고

When you use the Reports collection, you must specify the name of the report.

Example

The following example uses the Report property to refer to a control on a subreport.

Dim curTotalSales As Currency 
 
curTotalSales = Reports!Sales!Employees.Report!TotalSales

참고 항목

개념

SubForm Object

SubForm Object Members