Please give me step by step to make a dynamic RDLC report. [Resolved]

Posted by Amatya under C# on 1/9/2017 | Points: 10 | Views : 1465 | Status : [Member] | Replies : 2
I have data in my dataTable, that dataTable data will change dynamically, i.e. the column name and number will change.
I want to make a RDLC report of that DataTable records.

Thanks
Amatya

Feel free to share informations.
mail Id ' adityagupta200@gmail.com
Thanks



Responses

Posted by: Bandi on: 1/11/2017 [Member] [MVP] Platinum | Points: 50

Up
0
Down

Resolved
It might help you in generating dynamic RDLC report...
http://www.c-sharpcorner.com/UploadFile/df5827/generate-dynamic-rdlc-report-in-windows-form-application/

Mark This Response as Answer
--
Chandu
http://www.dotnetfunda.com/images/dnfmvp.gif

Amatya, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Amatya on: 1/12/2017 [Member] Silver | Points: 25

Up
0
Down
No dear.. see here they are passing a query which is not dynamic. Mean to say the column numbers and columns name are static.

My question is whatever I got in DataTable, it should be bind in RDLC Report.
For Example- !st time say in my DataTable their are 2 records of Name and Salary, so in Report their should be Name and Salary

2 nd time in my DataTable their are 2 records of Name, Salary and Contact, so in Report their should be Name and Salary and Contact

Feel free to share informations.
mail Id ' adityagupta200@gmail.com
Thanks

Amatya, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response