Enables or disables execution of an Interactive Reporting Studio document event in the 8.0 client environment. The object properties take a Boolean value, which is true by default.
This example shows how to disable all document events in the Interactive Reporting Studio environment:
Documents["Sample1.bqy"].Events["DesktopClient"].ExecuteOnPostProcess=false Documents["Sample1.bqy"].Events["DesktopClient"].ExecuteOnPreProcess=false Documents["Sample1.bqy"].Events["DesktopClient"].ExecuteOnShutDown=false Documents["Sample1.bqy"].Events["DesktopClient"].ExecuteOnStartUp=false
Read-write: ExecuteOnPostProcess as Boolean, ExecuteOnPreProcess as Boolean, ExecuteOnShutDown as Boolean, ExecuteOnStartUp as Boolean