data datatable

  • Thread starter Thread starter Georg
  • Start date Start date
G

Georg

hi ,
I'am working with VB.net in visual basic2008. I have an untyped dataset wich
contains one datatable with one datarow

now i want these data into a crystal report, but it shows only a blank
report ( just labels , no datafields)
can i see in a messagebox which data datatabel contains. I has only one row
?

regards, georg
 
Hi,

You can see that by putting a debug point where you are binding the
dataset to report.

Regards,
Mansi Shah.
 
Hi,

To check whether datatable contains any rows or not, you can debug the
program.

Or you can run a loop for datatable , and can use response.write(..) to
view all the data.

Regards,
Mansi Shah
 
Back
Top