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.
The Application.Quit() object model syntax is not supported in an Interactive Reporting document to be deployed in EPM Workspace. |
Expression.Quit([Silent As Boolean])
An expression that returns an Application object
This example shows how to quit Interactive Reporting silently:
Application.Quit(false)