Passing Parameters

  • Can any one tell me How to create a drop down list while passing parameters?

  • You can use a dataset as the source for parameters. First create the dataset (e.g. SELECT ID, Label from yourtable) and then go to the report parameters and change the source of the parameters from "non-queried" to "from query". Select the dataset you just created and use the ID columnfor "Value field" and the Label column for "Label field" and you are pretty much done.

    You can also do a similar thing for default values of a parameter if you wish.

  • Thanks a lot it worked

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply