Hi,I have submitted this before as a post on the end of another similar bug, so sorry if this is a duplicate. It was flagged as fixed but I don't think it is or at least my issue is a different bug.In an attached sample project...I have 2 very simple reports one with an expression and another almost identical but it doesn't contain any report expressions.ReportBad.rdlc has 1 expression and everytime you generate the PDF it grows in memory, so after a few executes you can have my simple EXE holding on to 1GB or more of memory.ReportGood.rdlc has 0 expressions and everytime you generate it does not grow in memory.Thus I conclude using expression columns causes some resources never to be released, even when you dispose the report viewer control.This is a big issue for us as we use report viewer to generate pdf files sometimes in a client sometimes on a server.
Visual Studio/Silverlight/Tooling version
What category (if any) best represents this feedback?
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results