Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.26 KB

Project.Application.VisualReportsAdditionalTemplatePath.md

File metadata and controls

47 lines (28 loc) · 1.26 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.VisualReportsAdditionalTemplatePath property (Project)
vbapj.chm131391
vbapj.chm131391
project-server
Project.Application.VisualReportsAdditionalTemplatePath
d1727b8c-595e-bf41-cbd5-3cebed893636
06/08/2017
medium

Application.VisualReportsAdditionalTemplatePath property (Project)

Gets or sets the additional path for Visual Reports templates. Read/write String.

Syntax

expression. VisualReportsAdditionalTemplatePath

expression A variable that represents an Application object.

Remarks

The Include report templates from text box in the Visual Reports - Create Report dialog box shows the value of the VisualReportsAdditionalTemplatePath property.

To clear the additional path and template name, use an empty string ("").

Note

When you set a path value with the VisualReportsAdditionalTemplatePath property, Project does not check whether the path exists.

Example

The following example sets the additional path to "C:\My Templates".

Application.VisualReportsAdditionalTemplatePath = "C:\My Templates"

[!includeSupport and feedback]