I have .rdlc report as follows:
I am filling purchase order details normally from database. But I need to fill purchased items details from datatable that should be sent as parameter to the report in runtime.
Can you please show me how to send datatable as parameter and how to show its contents in rdlc report? I am using asp.net and c#