Represents the entire Interactive Reporting application and contains these items:
Do not use this object model syntax in Interactive Reporting to be deployed in EPM Workspace:
The quit method is called from the Application object.
Application.Quit()
This example illustrates how to display the Paging Toolbar if the application is EPM Workspace.
if (Application.Type = bqAppTypeThinClient)
If the application is EPM Workspace, then the Standard Toolbar is displayed.
The Application.Quit() method applies only to Interactive Reporting Studio and not to Interactive Reporting Web Client. |
Number Alert(String Prompt, [optional] StringTitle, [optional] StringButton1Text, [optional] String Button2Text, [optional] String Button3Text) Function CreateConnection() As Connection, Function DoEvents(), ExecuteBScript(Script As String), Function LoadSharedLibrary(Name As String) As SharedLibrary, OpenURL(URL as as String,Target as String), Quit([optional] PromptBeforeQuitting as Boolean), SendSQL(Ocename As String, Username As String, Password As String, SQLString As String), Function Shell(Command as string, [optional] Arguments as String)
Read-only: Property ActiveDocument As Document, Property Console As Console, Property CurrentDir as String, Property Documents As Documents, Property Name As String, Property PathSeparator As String, Property RecentFiles As RecentFiles, Property Toolbars As Toolbars, Property Type as BQAppType, Property Version As String
Read-write: Property CurrentDir As String, Property Name as String, Property ResetPrintProperties as Boolean, Property ShowCustomMenu As Boolean, Property ShowMenuBar as Boolean, Property ShowStatusBar As Boolean, Property StatusText As String, Property Visible As Boolean, Property WindowState As BqWindowState
Documents as Documents, Toolbars as Toolbars, RecentFiles as RecentFiles
ActiveDocument as Document, Console as Console, ActiveSection As Section, Session as Session