Hi,
I create a ReportViewer as follows:
- create report (rdlc) from SQLDataSource without wizard
- drag one field from the data source onto the report
- create a web form with a ReportViewer, attached to the report
Then, I only see the first record, page 1 of 1.
I cannot go to the next page, because there is only one page.
If I use a table (Tablix?), then I see all the records in the table.
But I would like to place the attributes at arbitrary positions on the report page, having one page per record.
What am I doing wrong?
Thanks
Magnus