Some objects, methods, and properties of the object model do not affect the EPM Workspace environment. Therefore, when designing an Interactive Reporting document file for use with EPM Workspace, you must exclude (not reference) some objects, methods, and properties.
If a script encounters an excluded method or property, a warning is entered in an error log, and script execution continues, if possible. If you must include excluded methods or properties, include them in Interactive Reporting document files that are designed for desktop viewing.
Object model items that are excluded from EPM Workspace (applicable to all operations that depend on Interactive Reporting Service, including Interactive Reporting document jobs):
ActiveDocuments.Modified()
ActiveDocument.PromptToSave()
ActiveDocument.Sections[“Dashboard”].Shapes[“TextBox1”].OnChange()
ActiveDocument.Sections[“Dashboard”].Shapes[“TextBox1”].OnEnter()
ActiveDocument.Sections[“Dashboard”].Shapes[“ListBox1”].OnDoubleClick()
ActiveDocument.Sections[“Dashboard”].Shapes[“Results1”].OnRowDoubleClick()
ActiveDocument.Sections[“OLAPQuery”].Slicers.Add()—Only the case where the last argument VariableSlicer=TRUE. Ignores the last argument, always defaulting to VariableSlicer=FALSE
ActiveDocument.Sections["Query"].DataModel.Connection.DBLibAllowChangeDatabase
ActiveDocument.Sections["Query"].DataModel.Connection.DBLibApiSeverity
ActiveDocument.Sections["Query"].DataModel.Connection.DBLibDatabaseCancel
ActiveDocument.Sections["Query"].DataModel.Connection.DBLibPacketSize
ActiveDocument.Sections["Query"].DataModel.Connection.DBLibServerSeverity
ActiveDocument.Sections["Query"].DataModel.Connection.DBLibUseQuotedIdentifiers
ActiveDocument.Sections["Query"].DataModel.Connection.DBLibUseSQLTable
ActiveDocument.Sections["Query"].DataModel.Connection.SaveWithoutUsername
ActiveDocument.Sections["Query"].SaveResults
Documents.Add()
Documents.New()
Dashboard Export to HTML (Dashboards only exports JPG in other client applications)