csharp_ReportParameters_Explain.html 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <HTML>
  2. <HEAD>
  3. <!--
  4. Licensed Materials - Property of IBM
  5. IBM Cognos Products: DOCS
  6. (C) Copyright IBM Corp. 2005, 2008
  7. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
  8. IBM Corp.
  9. -->
  10. <TITLE>IBM Cognos Software Development Kit C# ReportParameters Program Sample</TITLE>
  11. <link rel="STYLESHEET" type="text/css" href="../../../webcontent/samples/samplesFonts.css">
  12. </HEAD>
  13. <BODY>
  14. <p class="headerTitle"><img src="../../../webcontent/samples/sdk/asp/images/go_logo_small.gif">&nbsp;IBM Cognos Sample Programs</p>
  15. <p class="FormLabel">ReportParameters.sln - List the Parameters Associated with the Specified Report.</p>
  16. <p class="formText">The C# ReportParameters sample program lets you specify a report and retrieve and display the associated parameters.
  17. <BR><BR>This sample uses Anonymous authentication only. </p>
  18. <br>
  19. <!-- * * * * * * * * * -->
  20. <!-- -->
  21. <!-- Dependent Files -->
  22. <!-- -->
  23. <!-- * * * * * * * * * -->
  24. <p class="FormLabel">Dependent Files</p>
  25. <p class="formText">All associated files are contained in the bin directory of the csharp directory.</p>
  26. <!-- * * * * * * * * * -->
  27. <!-- -->
  28. <!-- How To Run -->
  29. <!-- -->
  30. <!-- * * * * * * * * * -->
  31. <p class="FormLabel">How To Run The Sample Program</p>
  32. <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>
  33. 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.
  34. </p>
  35. <!-- * * * * * * * * * -->
  36. <!-- -->
  37. <!-- Expected Results -->
  38. <!-- -->
  39. <!-- * * * * * * * * * -->
  40. <p class="FormLabel">Expected Results</p>
  41. <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
  42. displayed in the window. <br><br></p>
  43. <!-- * * * * * * * * * -->
  44. <!-- -->
  45. <!-- Documentation -->
  46. <!-- -->
  47. <!-- * * * * * * * * * -->
  48. <p class="FormLabel">Documentation</p>
  49. <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>
  50. <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>
  51. </BODY>
  52. </HTML>