VB.Net Report only shows one record
Hello folks,
I'm using the Microsoft Report object (rdlc) in VB.Net (VS5). My dataset object behind the report produces 144 records. When I debug the form with the reportviewer it only shows me the first record (1 of 1).
Tables, matrix, and subreports do not apply to this report. I only dragged dataset fields into the form which became text boxes.
What am I doing wrong?
Thanks.
Re: VB.Net Report only shows one record
Put your report obejects within a LIST object and it will repeat.