123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <HTML>
- <HEAD>
- <TITLE>IBM Cognos Software Development Kit C# DeleteReport Program Sample</TITLE>
- <link rel="STYLESHEET" type="text/css" href="../../../webcontent/samples/samplesFonts.css">
- </HEAD>
- <BODY>
- <p class="headerTitle"><img src="../../../webcontent/samples/sdk/asp/images/go_logo_small.gif"> IBM Cognos Sample Programs</p>
- <p class="FormLabel">DeleteReport.sln - Delete a report from IBM Cognos Connection.</p>
- <p class="formText">The C# DeleteReport sample program lets you delete a specified report from IBM Cognos Connection.</p><br>
- <p class="FormLabel">Dependent Files</p>
- <p class="formText">All associated files are contained in the bin directory of the csharp directory.</p>
- <p class="FormLabel">How To Run The Sample Program</p>
- <p class="formText">Launch the command window and navigate to the sample program directory. Type<br>DeleteReport.exe [--test SearchPath]<br>
- Where:<br> --test is the run automated test option.<br>
- searchPath is the search path for the object(s) to delete during the test.<br>
- <br>
- A new window will be opened.</p>
- <p class="FormLabel">Expected Results</p>
- <p class="formText">Confirmation of the report deletion will appear in
- the window.<br><br>The automated test option deletes the specified
- reports and prints the results.</p>
- <p class="FormLabel">Documentation</p>
- <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>
- <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>
- </BODY>
- </HTML>
|