Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

MVC report viewer parameters refresh issue

$
0
0
Hi Nicholas,

Thank you for your update.

If there parameters are dependant on each other, and one of them can accept a Null value, the other one should also handle the case where the first parameter is Null. Thus your solution to set the dependent parameters AllowNull to true is the right way to go.

Other approach I can suggest you is to handle the first parameter's Null value in the expression e.g.:
= Join(",", IsNull(Parameters.Test.Value,Array('')))
Multivalue parameters evaluate to array of objects, also to conform to the expected type of arguments we use the Array utility function.

Regards,
Stef
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 

Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>