When using crystal report with vb.net is it possible to set the report.setdatasource to a datatable? So that I dont have to create too many datasets at run time but create one with all the tables and assign the setdatasource to each table? What are the other options ?

Thanks