Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How can I dynamically set "Display text" property of report parameter?

share|improve this question
Do you mean "Display name" or "Prompt text" or something else? Why do you need to set this dynamically (it might be impossible and you might have to find another solution)? – jinowolski Jan 25 '11 at 21:52

1 Answer

What do you exactly mean by "display text" of a parameter. Are you refering to the "Selected display value" from a combobox or a listbox parameter? If so, you can use a scripted DS and generate the display values in the fetch method.

share|improve this answer
...or use column from normal DS. Or any expression you like. ("Selection list values" -> "Dynamic" -> ...) – jinowolski Jan 25 '11 at 22:12

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.