Quit (Method)

Applies To:

Application

Description:

Shuts down the Interactive Reporting Studio application. When the Quit (Method) is executed, the Save dialog box is always prompted before the application can be closed.

Note:

The Application.Quit() object model syntax is not supported in an Interactive Reporting document to be deployed in EPM Workspace.

Note:

The Quit method does not shut down a browser window.

Syntax:

Expression.Quit([Silent As Boolean])

Expression Required:

An expression that returns an Application object

Example:

This example shows how to quit Interactive Reporting silently:

Application.Quit(false)