I\'m doing some application development (CRM solution) which require generating diagrammatically an RDLC file at runtime. How do I do that?
You should consult this link it might be helpful
How to dynamically add new columns to report created with Reporting Services?
RDLC Report is a XML file and by editing it in XMLDocument you can modify locate /Report/Body/ReportItems/Table node and do the following inside it