0
Answer

Changing Expressions in rdlc reports from code

Neven Draskovic

Neven Draskovic

12y
3k
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