IBM Cognos Sample Programs

Schedule.sln - Creates a schedule on a report.

The C# Submit sample program creates a schedule on a report to be run at a specified time.


Dependent Files

Associated files are contained under the C# sample bin folder.

How To Run The Sample Program

Double click on the file ..\csharp\bin\Submit.exe

A window will be opened containing:
    - Sample Option selection dropdown box
    - Report selection dropdown box
    - Run Option command button
    - URL text box
    - Results Display Window

Click on the 'Create Schedule' button to run the sample program.

Expected Results

The selected report will be scheduled to run 2 minutes after the current time.

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.