I have a report that is part of a vb.net 2008 Pro. project that is bound to a datasource that has two columns. One column is a double column the other is a byte column containing an image.
When I run the report only the first record shows up as one of one. The datasource has 3 records in it, if I bind it to a datagridview all 3 records show up. What can be causing the report to only show the first record???
It's a simple report and I have tried re-creating it and I get the same result.
The datasource is generated from a xml webresponse if for some reason that could make a difference.
Thanks for any thoughts.
Perrin
When I run the report only the first record shows up as one of one. The datasource has 3 records in it, if I bind it to a datagridview all 3 records show up. What can be causing the report to only show the first record???
It's a simple report and I have tried re-creating it and I get the same result.
The datasource is generated from a xml webresponse if for some reason that could make a difference.
Thanks for any thoughts.
Perrin