Is it possible that the image was accessible if a certain field is selected, in this case the parameter is @employeename, I want the image that was placed in the report to be displayed if the specific value is true.
What is the syntax, the field I'm doing field in is useeename
The expression will look something like this:
=IIf(Fields!employeename.Value = "Something", True, False)
You may have a "Something" hard-coded value or other parameter. The main thing to remember is access to the .Value property.
"Something"
.Value
Source: https://habr.com/ru/post/1397064/More articles:Use a different set of resources in Android (not runtime, but compiletime) - androidHow to select cells of a specific row using nth-child - jqueryregex alphanumeric jquery - jqueryUsing ViewModel to retrieve data from multiple tables? - c #Hide images on the finished document, fade in each image when it is uploaded - jqueryAndroid: what profiling tools are available in Eclipse to view scalability? - androidHow to block a new modifier? - overrideRaw DataTable with SubTable and Multiple Selection - jsfHow do you know how jquery animates progress? - jquerySQL Server NTILE - same value in different quartiles - sql-serverAll Articles