I designed a report in SSRS, its not a tabular report, but a custom one. When I preview my report, why cant I navigate to next record? The query which is the data-set of this report has about 1000 records, but my report in Preview mode doesn’t recognize that and just displays “1 or 1” in the top menu bar. How can I navigate to other records?
Thanks in advance
From your description, It sounds like you have only designed one page, not a repeating data element. If you designed your page by dragging data fields onto the blank background, then the text boxes that you get will only show the first result from your data set.
You need to use an item that will repeat its contents for every data record: List, Table, or Matrix, all variants of a Tablix.
To build complex layouts that repeat for every record, you should either:
query to a single record.) Put the subreport into a list or table.
Either way, note that your textboxes are contained in the repeating item.