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.
StringList - How gto get a list of selected descriptions
Re: StringList - How gto get a list of selected descriptions
Hello,
Sorry, maybe we did not exactly understand your task. Could you explain your issue in more details?
Thank you.
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
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
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
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.
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.