Page 1 of 1
StringList - How gto get a list of selected descriptions
Posted: Wed Nov 05, 2014 6:34 am
by samad
I have a report with a previous selelection of values for a condition from a Combo.
How can I present in report the selected values in the list of values.
It is presenting Stimulsoft.Report.StringList, instead of the values.
Re: StringList - How gto get a list of selected descriptions
Posted: Wed Nov 05, 2014 6:42 am
by Alex K.
Hello,
Sorry, maybe we did not exactly understand your task. Could you explain your issue in more details?
Thank you.
Re: StringList - How gto get a list of selected descriptions
Posted: Wed Nov 05, 2014 10:21 am
by samad
Hi design a report for beeing presented with Flex (Adobe).
To enable the user to filter data, some variables have been defined and appear in a Combo:
Year: [ 2014<>]
Month: [January, February, ....] (selection in a multi selection list with a predefined list)
...
When I select, lets say "June" and "July", we want to add those descriptions to the title of the report, but whenever we use
the {varNameMonth} it prints "Stimulsoft.Report.StringList" instead of the selected values.
Our goal is to print the months selected (strings) not the numeric months.
We can already use VB ou C# to get the list of id's (numeric) not the strings.
A similar question is made here:
http://forum.stimulsoft.com/viewtopic.php?t=38149
Re: StringList - How gto get a list of selected descriptions
Posted: Thu Nov 06, 2014 8:48 am
by HighAley
Hello.
Could you specify how do you show the report? What product do you use? Which version?
Could you send us a sample report that reproduces the issue.
Thank you.