123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- *****************************************************************
- ** Licensed Materials - Property of IBM
- **
- ** IBM Cognos Products: drill
- **
- ** (C) Copyright IBM Corp. 2001, 2010
- **
- ** US Government Users Restricted Rights - Use, duplication or
- ** disclosure restricted by GSA ADP Schedule Contract with
- ** IBM Corp.
- *****************************************************************
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <launchComponent name="CognosViewer" launchType="form" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="cognoslaunch.xsd">
- <!-- Use the presentation service to launch the Go To page -->
- <param name="b_action">
- <defaultValue forceDefault="true">xts.run</defaultValue>
- </param>
- <param name="m">
- <defaultValue forceDefault="true">portal/goto.xts</defaultValue>
- </param>
-
-
- <!--MODEL BASED DRILL THROUGH PARAMETERS -->
-
- <!-- search path to source model -->
- <param name="modelPath"/>
- <!-- AUTHORED DRILL THROUGH PARAMETERS -->
-
- <!-- a list of authored reports with properties
- TO DO: show format here
- -->
- <param name="authoredDrillthru"/>
-
- <!-- back URL ? -->
-
- <!-- Direct Launch -->
- <param name="directLaunch"/>
-
-
- <!-- specify the language to use for the GO TO page -->
- <param name="lang"/>
-
- <!-- Routing Server group if known -->
- <param name="ui.routingServerGroup"/>
-
- <!-- specify the parameter values used by the source report
- These are used to satisfy ambiguous connections
- -->
- <param name="encExecutionParameters"/>
-
-
- <!-- parameter values
-
- TODO: show format here
-
- -->
- <param name="modeledDrillThru"/>
-
- <!-- custom URL
- TODO: show format here
-
- -->
- <param name="customURL"/>
-
- <!-- drill context
- TODO: show format here
-
- -->
- <param name="drillContext"/>
-
- <!-- custom Form
- TODO: show format here
-
- -->
- <param name="customForm"/>
-
- <!-- TODO: sprint3-WO2374 (details) -->
- <!-- TODO: this is a temporary parameter for dynamic drill through
- Until we implement as part of package based drill through (WO 2400)
- -->
- <param name="directAction"/>
-
- </launchComponent>
|