How to generate an RDLC file using C# during runtime

Viewed 20685

I'm doing some application development (CRM solution) which require generating diagrammatically an RDLC file at runtime. How do I do that?

5 Answers
Related