Application.VisualReports method (Project)
Opens the Visual Reports - Create Report dialog box to the specified tab.
expression. VisualReports
( _PjVisualReportsTab_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
PjVisualReportsTab | Optional | Long | Specifies which tab to display. Can be one of the PjVisualReportsTab constants. The default is pjTabAll. |
Boolean
The VisualReports method returns False if successful.
The VisualReports method corresponds to the Visual Reports command on the REPORT tab of the ribbon, which accesses the reports that use Excel and Visio templates. For the newer Office Art types of reports, see the ReportsDialog method.
참고
The Reports method, for the older style of reports that require connection with a printer, is deprecated in Project.
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.