<< Click to Display Table of Contents >> Settings.Report Property |
Returns or sets a constant specifying which Report to create. Uses ReportType constants.
expression.Report
expression. A variable representing a Settings object.
This example creates a difference report.
With .Settings
.Report = ReportType_Standard
End With