Neven Draskovic

Neven Draskovic

  • NA
  • 117
  • 138.3k

Changing Expressions in rdlc reports from code

Mar 2 2012 7:05 AM
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