First create a crystal report and design it in the way you like.
Then add these lines of code for whatever event you like to use for generating the report.
Assuming that DT_Data can be cast as DataTable.
Dim crp As New CrystalReport1
crp.SetDataSource(DirectCast(DT_Data, DataTable))