We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Elements Visibility Issue

Dear All,

i want to use a report parameter named ReportOptions that can contain Multiple Value

Example : (Name/Value)

Red/1

and then designed two rectangles one red and the other Yellow

with this expression in the visibility property :

in the Red Rectangle, Visibility Expression : =Array.IndexOf(Parameters!ReportOptions.Value, "1") > -1

in the Yellow Rectangle, Visibility Expression : =Not(Array.IndexOf(Parameters!ReportOptions.Value, "1") > -1)

i want to show the red only of the option is checked, else show the yellow one only.

tried this with MS Sql report builder, it works, but not in the Report Designer and Report Viewer


1 Reply

MM Mageshyadav M Syncfusion Team December 24, 2018 01:18 AM

Hi Namec, 
 
We were able to reproduce visibility expression issue with your shared details at our end. We have confirmed that the issue is a defect and logged a defect report on this. You can keep track of the bug from the feedback portal below. 
 
 
The fix for this issue will be available in our upcoming 2018 Volume 4 SP1 release which may be scheduled to be released by end of January 2019. 
 
If you have any more specification/precise replication procedure or a scenario to be tested you can add it as a comment in the portal. 
 
Regards, 
Mageshyadav.M 


Loader.
Live Chat Icon For mobile
Up arrow icon