From: Mikhail on
Hello,

I have 2 datasets defiened in my RDL. I have a table linked to the first
one. In an expression of one of the header fields I would like to lookup a
value from the second data set through the following expression:

=Code.GetColumnHeader("Book2")

What would the GetColumnHeader() function look like in the embedded code?
Lets say my second data set has 2 fields and I want to look up a record by
the argument supplied to GetColumnHeader() and return the header field.



//Misha