asp.net - Programatically populating ValidValues property of ReportParameters in .NET for SSRS -


I was trying to populate the valid value property of an SSR parameter on run-time without writing custom stored procedures The problem is that depending on the security level of the user, available values ​​for a certain parameter change, I want to put the logic in the code instead of the stored procedures. Is there any way of ValidValues ​​generated for ReportParameters in .NET for SSRS?

You tried to create data to set possible values ​​(either a selection statement or SP)? Then you can set the parameter to use the data set.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -