csharp_DeleteReport_Explain.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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# DeleteReport 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">DeleteReport.sln - Delete a report from IBM Cognos Connection.</p>
  16. <p class="formText">The C# DeleteReport sample program lets you delete a specified report from IBM Cognos Connection.</p><br>
  17. <!-- * * * * * * * * * -->
  18. <!-- -->
  19. <!-- Dependent Files -->
  20. <!-- -->
  21. <!-- * * * * * * * * * -->
  22. <p class="FormLabel">Dependent Files</p>
  23. <p class="formText">All associated files are contained in the bin directory of the csharp directory.</p>
  24. <!-- * * * * * * * * * -->
  25. <!-- -->
  26. <!-- How To Run -->
  27. <!-- -->
  28. <!-- * * * * * * * * * -->
  29. <p class="FormLabel">How To Run The Sample Program</p>
  30. <p class="formText">Launch the command window and navigate to the sample program directory. Type<br>DeleteReport.exe [--test SearchPath]<br>&nbsp;&nbsp;
  31. Where:<br>&nbsp;&nbsp;&nbsp;&nbsp;--test&nbsp;&nbsp;&nbsp;&nbsp;is the run automated test option.<br>
  32. &nbsp;&nbsp;&nbsp;&nbsp;searchPath&nbsp;&nbsp;&nbsp;&nbsp;is the search path for the object(s) to delete during the test.<br>
  33. <br>
  34. A new window will be opened.</p>
  35. <!-- * * * * * * * * * -->
  36. <!-- -->
  37. <!-- Expected Results -->
  38. <!-- -->
  39. <!-- * * * * * * * * * -->
  40. <p class="FormLabel">Expected Results</p>
  41. <p class="formText">Confirmation of the report deletion will appear in
  42. the window.<br><br>The automated test option deletes the specified
  43. reports and prints the results.</p>
  44. <!-- * * * * * * * * * -->
  45. <!-- -->
  46. <!-- Documentation -->
  47. <!-- -->
  48. <!-- * * * * * * * * * -->
  49. <p class="FormLabel">Documentation</p>
  50. <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>
  51. <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>
  52. </BODY>
  53. </HTML>