I'm working with some application development (CRM solution) with require to generate diagrammatically RDLC file at runtime, but i don't know how to do.
Can I confirm that you are trying to build a dynamic reporting solution based on RDLC, or do you just need to mine the data stored in the CRM and show it in a RDLC. I guess you've exhausted other tools such as Proclarity and Excel for users to mine data.
Assuming the former (i.e. an RDLC designer), then RDLC is just an XML file, so I guess you could create simple, standard RDLC's containing datasources, field definitions, cells etc by applying an XSLT after first exporting some kind of xml 'model' from your designer?
Sounds like a lot of work ;)
You can use 'Generate RDLC dynamically - Table' example from got reportviewer? page
Thanks for the response from all who answer this question but i found one good article to generate dynamic report :
Dynamic Reports with Reporting Services