I'm connecting the datasources to my reports via a strongly typed dataset. Does there become a problem when you have multuple tables of data in the reports, all coming from different datasets? What is the best way to populate the reports? Right know I'm using the setdatasource of the crystalreports.engine namespace. Then using the printtoprinter method. Its printing but no datafields are being printed just text fields. Please help!

Matthew Nace