I knew how to use dataset as data source in CR.
Is it possible to use datatable as data source in CR, like below?
Rpt.SetDataSource(myDs.table(3))
The reason is in myDs there are about 10 datatable.
//myDs is a dataset, myDs.table(3) is a datatable in the myDS