ActiveDocument object
Sets the default Dashboard Home section at publishing time, which instructs the Interactive Reporting Service to open a Dashboard section with at least one embedded browser object instead of the last opened section in the Interactive Reporting document file (.bqy). The HomeDashboard (Property) is equivalent to selecting a section on the Dashboard Home dialog. If the Dashboard Home section has been selected in the user interface, it overrides any selection made in the HomeDashboard (Property).
You must use this property with the PreloadHomeSection (Property), which pre-loades the active Dashboard home section to increase loading performance in the EPM Workspace. If the HomeDashboard (Property) is not used with preloadHomeSection (), the default Dashboard section is used.
Note: | To enable the Dashboard Home toolbar button when an Interactive Reporting document file is deployed in the EPM Workspace, Dashboard home must be explicitly set using the HomeDashboard (Property) or the Dashboard Home feature in Interactive Reporting Studio or Interactive Reporting Web Client. |
Read-write, String
This example show how to preload the active Dashboard home section:
ActiveDocument.PreloadHomeSection = true ActiveDocument.HomeDashboard= "Dashboard"