IBM Cognos Sample Programs
DeleteReportUI.java - Delete a report from the content store.
The Java DeleteReportUI sample program deletes a specified report.
Dependent Files
Associated files are contained under the java sample folder.
Additional files required for running are identified in the CLASSPATH definitions in run.bat file.
How To Run The Sample Program
Double click on the file run.bat.
A window will be opened containing:
- Report selection dropdown box
- Delete Report command button
- URL text box
- Output Pane
Select a report from the drop down box and click on the 'Delete Report' button to run the sample program.
Expected Results
The specified report will be deleted and the list of remaining reports will be returned and displayed in the Output pane.
Documentation
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'.
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.