Switch Case

Stimulsoft Reports.WPF discussion
galinaBA
Posts: 4
Joined: Tue Mar 09, 2021 5:36 am

Re: Switch Case

Post by galinaBA »

Hello,
I use Stimulsoft Designer 2020.5.2
The same problem is.
When I try to add more then 11 parameters in Switch it causes errors... Why?

Fro example
{Switch(
1 == 1, "1"
,2 == 2, "2"
,3 == 3, "3"
,4 == 4, "4"
,5 == 5, "5"
,6 == 6, "6"
,7 == 7, "7"
,8 == 8, "8"
,9 == 9, "9"
,10 == 10, "10"
,11 == 11, "11"
)}
Andrew
Posts: 4104
Joined: Fri Jun 09, 2006 3:58 am

Re: Switch Case

Post by Andrew »

Hello,

Thank you for the question.

What error it causes? Please share the details.

Waiting for your reply.
galinaBA
Posts: 4
Joined: Tue Mar 09, 2021 5:36 am

Re: Switch Case

Post by galinaBA »

Hello,
Error is shown in the attached file.
Attachments
error.jpg
error.jpg (36.92 KiB) Viewed 3295 times
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Switch Case

Post by Lech Kulikowski »

Hello,

We have added that task in our to-do list. We will increase the count of arguments in that function.

Thank you.
#3749
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Switch Case

Post by Lech Kulikowski »

Hello,

The count of arguments was increased, it will be available in the next release build.

Thank you.
Post Reply