IBM Cognos Sample Programs

move.sln - Moves a report to another location.

The C# move sample program contains methods to move a report from one location to another.


Dependent Files

All associated files are contained in the bin directory of the csharp directory.

How To Run The Sample Program

Double click on the file ../bin/move.exe

A window will be opened containing:
    - Move command button
    - URL text box
    - Report Path and Name text box
    - Results Display Window
Click on the 'Move' button to run the sample program.

Expected Results

The selected report will be moved to the specified target location in IBM Cognos Connection by default. This value can be changed within the code.

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.