<HTML>
 <HEAD>
<!--
Licensed Materials - Property of IBM

IBM Cognos Products: DOCS

(C) Copyright IBM Corp. 2005, 2008

US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
IBM Corp.
-->
  <TITLE>IBM Cognos Software Development Kit C# ReportParameters 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">&nbsp;IBM Cognos Sample Programs</p>

<p class="FormLabel">ReportParameters.sln - List the Parameters Associated with the Specified Report.</p>

<p class="formText">The C# ReportParameters sample program lets you specify a report and retrieve and display the associated parameters.
<BR><BR>This sample uses Anonymous authentication only. </p>
<br>

<!-- * * * * * * * * * -->
<!--                   -->
<!-- Dependent Files   -->
<!--                   -->
<!-- * * * * * * * * * -->
<p class="FormLabel">Dependent Files</p>

<p class="formText">All associated files are contained in the bin directory of the csharp directory.</p>


<!-- * * * * * * * * * -->
<!--                   -->
<!-- How To Run        -->
<!--                   -->
<!-- * * * * * * * * * -->
<p class="FormLabel">How To Run The Sample Program</p>

<p class="formText">Launch the command window and navigate to the sample program directory. <br><br> Type: ReportParameters.exe<br> A new window will open and will only list the required parameters.<br><br>
Note: The Report Parameters sample is designed to work with simpleParmValueItem parameters. The sample will not work with other types of parameters such as BoundRange,Unbounded, etc... unless the code is modified.

</p>


<!-- * * * * * * * * * -->
<!--                   -->
<!-- Expected Results  -->
<!--                   -->
<!-- * * * * * * * * * -->
<p class="FormLabel">Expected Results</p>

<p class="formText">By default, the parameters for "/content/package[@name='GO Data Warehouse (query)']/folder[@name='SDK Report Samples']/report[@name='Order Method Range List']" report are
displayed in the window. <br><br></p>



<!-- * * * * * * * * * -->
<!--                   -->
<!-- Documentation     -->
<!--                   -->
<!-- * * * * * * * * * -->
<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>