Prem Anandh J

Prem Anandh J

  • NA
  • 492
  • 29.4k

Multiple tables data Inside of RDLC List control

Sep 29 2016 7:21 AM
Hi,   
       I have developed payroll application (C# winform) with RDLC report. I generated the payslip using List control of RDLC to distribute payslip to every employee. But I can’t include the other table details with List control. The Timesheet and allowance table details may vary for each employee.
  • I did't bind the dataset with tables
  • Am using tableAdapter to select records and Programmatically assigning Dataset to reports. I am having lot of dynamic condtions on sql query

I have used three following tables

DTpayslip ( salID,empId,Datefrom,DateTo ,ect.. )

DTtimeSheet (SlNo, empID,Attend_Date, TimeIn, TimeOut)

DTallow _table (salID, empID, allowanceName, amount)

 
 My Current RDLC design
 

Payslip with List Control

Dataset

30NQv.png (545×366)
 
Expected
enter image description here 
 

Answers (4)