SSRS Dynamic Returning Dataset Collection Field in Expression

Posted by Ray Clark on Stack Overflow See other posts from Stack Overflow or by Ray Clark
Published on 2012-04-12T17:22:48Z Indexed on 2012/04/12 17:29 UTC
Read the original article Hit count: 235

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about sql