0
Answer

Changing Expressions in rdlc reports from code

Photo of Neven Draskovic

Neven Draskovic

13y
3.5k
1
Hey
Is it possible to change the expressions in rdlc reports from C# code. Specifically, I have a Switch expression that I want to be able to change without recompiling the code. My idea is to make a List whose items would be inserted into the Switch expression. Do you know how this could be done

Answers (0)