Datasource difference
Posted: Sat Aug 25, 2007 1:58 am
Hi,
Can anyone explain the difference between User Sources, Dataset, Datatables, and Other DataSource ?
Cause when I tried to create a new report (this is my very second attempt), I have choosed User Sources and I assign the data like this:
da.Fill(dt)
Dim report As StiReport = stiContact.GetReport
dt.TableName = "Contact"
report.RegData("Contact", dt)
The data does not show. When I recreate using DataTable data source it shows. So when should I use User Sources and Other DataSource ?
Thank you.
Can anyone explain the difference between User Sources, Dataset, Datatables, and Other DataSource ?
Cause when I tried to create a new report (this is my very second attempt), I have choosed User Sources and I assign the data like this:
da.Fill(dt)
Dim report As StiReport = stiContact.GetReport
dt.TableName = "Contact"
report.RegData("Contact", dt)
The data does not show. When I recreate using DataTable data source it shows. So when should I use User Sources and Other DataSource ?
Thank you.