I have a report has to fetch data from one of the vendoe ledger,employee ledger and customer ledger entries table based on filter on requestpage.user will select one of the account type on basis of that ,columns in report will be populated.

I have a report has to fetch data from one of the vendoe ledger,employee ledger and customer ledger entries table based on filter on requestpage.user will select one of the account type on basis of that ,columns in report will be populated.
Hi,
You have to create 3 dataitems of each data item will have seperate Table defined in RDLC design, and On Request Page, you can add a option field defined with these 3 table as option, and on selection of each option run your code to display data inthe report.