Share via


Application.VisualReportsAdditionalTemplatePath Property

Project Developer Reference

Sets or clears the additional path and the file name of a template. Read/write String.

Syntax

expression.VisualReportsAdditionalTemplatePath

expression   A variable that represents an Application object.

Return Value
String

Remarks

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

Example

In the following example the additional path and file name is set to "C:\MyTemplates".

Visual Basic for Applications
  Application.VisualReportsAdditonalTemplatePath = "C:\MyTemplates"

See Also