Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.46 KB

Project.Application.VisualReports.md

File metadata and controls

50 lines (29 loc) · 1.46 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.VisualReports method (Project)
vbapj.chm2137
vbapj.chm2137
project-server
Project.Application.VisualReports
4934cdcf-06b0-020c-3741-4ef70944cf98
06/08/2017
medium

Application.VisualReports method (Project)

Opens the Visual Reports - Create Report dialog box to the specified tab.

Syntax

expression. VisualReports( _PjVisualReportsTab_ )

expression A variable that represents an Application object.

Parameters

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.

Return value

Boolean

Remarks

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.

Note

The Reports method, for the older style of reports that require connection with a printer, is deprecated in Project.

[!includeSupport and feedback]