CSharp_CreateDrillThroughTarget_Explain.html 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <HTML>
  2. <HEAD>
  3. <!--
  4. Licensed Materials - Property of IBM
  5. IBM Cognos Products: DOCS
  6. (C) Copyright IBM Corp. 2005, 2008
  7. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
  8. IBM Corp.
  9. -->
  10. <TITLE>IBM Cognos Software Development Kit C# CreateDrillThroughTarget Program Sample</TITLE>
  11. <link rel="STYLESHEET" type="text/css" href="../../../webcontent/samples/samplesFonts.css">
  12. </HEAD>
  13. <BODY>
  14. <p class="headerTitle"><img src="../../../webcontent/samples/sdk/asp/images/go_logo_small.gif">&nbsp;IBM Cognos Sample Programs</p>
  15. <p class="FormLabel">CreateDrillThroughTarget.sln - Create a Drill-through definition and set its proerties.</p>
  16. <p class="formText">The C# CreateDrillThroughTarget sample program demonstrates how to create a drill-through definition and set its properties.</p>
  17. <br>
  18. <!-- * * * * * * * * * -->
  19. <!-- -->
  20. <!-- Dependent Files -->
  21. <!-- -->
  22. <!-- * * * * * * * * * -->
  23. <p class="FormLabel">Dependent Files</p>
  24. <p class="formText">All associated files are contained in the CreateDrillThroughTarget folder.</p>
  25. <!-- * * * * * * * * * -->
  26. <!-- -->
  27. <!-- How To Run -->
  28. <!-- -->
  29. <!-- * * * * * * * * * -->
  30. <p class="FormLabel">How To Run The Sample Program</p>
  31. <p class="formText">Double click on the file ../bin/CreateDrillThroughTarget.exe<br><br>
  32. A window will be opened containing:<br>
  33. &nbsp;&nbsp;&nbsp;&nbsp;- 'Create Target' command button<br>
  34. &nbsp;&nbsp;&nbsp;&nbsp;- URL text box<br>
  35. &nbsp;&nbsp;&nbsp;&nbsp;- Select Package Option combo box<br>
  36. &nbsp;&nbsp;&nbsp;&nbsp;- Select Report Option combo box<br>
  37. &nbsp;&nbsp;&nbsp;&nbsp;- Report Path and Name text box<br>
  38. &nbsp;&nbsp;&nbsp;&nbsp;- Results Display Window <br>
  39. Click on the 'Create Target' button to run the sample program. Select the target report and enter the Drill-through
  40. definition name when prompted.</p>
  41. <!-- * * * * * * * * * -->
  42. <!-- -->
  43. <!-- Expected Results -->
  44. <!-- -->
  45. <!-- * * * * * * * * * -->
  46. <p class="FormLabel">Expected Results</p>
  47. <p class="formText">When the 'Create Target' button is clicked, a new drill-through definition will be created in IBM Cognos Connection.
  48. The result will be shown in Results Display Window.</p>
  49. <!-- * * * * * * * * * -->
  50. <!-- -->
  51. <!-- Documentation -->
  52. <!-- -->
  53. <!-- * * * * * * * * * -->
  54. <p class="FormLabel">Documentation</p>
  55. <p class="formText">The IBM Cognos Software Development Kit Developer Guide contains additional information about the samples. See the chapter titled 'Methods' and the appendix titled 'Code Samples and Language-Specific Coding Practices'.</p>
  56. <p class="formText">Please note that the samples are not intended to be treated as end-user applications. Refer to the sample code for examples of how to use the API when developing your own applications.</p>
  57. </BODY>
  58. </HTML>