StringList - How gto get a list of selected descriptions

Stimulsoft Reports.NET discussion
Post Reply
samad
Posts: 19
Joined: Mon Feb 24, 2014 4:14 am

StringList - How gto get a list of selected descriptions

Post 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.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: StringList - How gto get a list of selected descriptions

Post by Alex K. »

Hello,

Sorry, maybe we did not exactly understand your task. Could you explain your issue in more details?

Thank you.
samad
Posts: 19
Joined: Mon Feb 24, 2014 4:14 am

Re: StringList - How gto get a list of selected descriptions

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: StringList - How gto get a list of selected descriptions

Post 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.
Post Reply