SSRS Dynamic Returning Dataset Collection Field in Expression
- by Ray Clark
I wrote a custom assembly to take a parameter value from the report and return a field from the dataset collection.
My assembly returns the correct fields!name.value, but it shows me the string representation of it. How can I get it to resolve as the actual fields!name.value to display the actual data in the dataset?
If I enter fields!name.value in manually it works fine showing me the value. If I resolve it with my custom code it display "fields!name.value" to me in the cell.