How can i changed table in a report runtime..(not database)
means if i have report it is using two tables. and i want to change one of the table and other table would be same always
eg tables..
emp
attendance1
attendance2
attendance3
attendance4
if have created report using emp & attendance1 tables in my report at design time.
but at runtime i would like to see records attendance2 tables joined with emp table..
in C#. Net