data datatable

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
 
M

Mansi Shah

Hi,

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

Regards,
Mansi Shah.
 
M

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top