hello there,
i am making a form in SSRS and display user details. the form uses only textbox to fill the data.but when i preview the form i just see the data for the first user.i dont see other users.what is the problem.please help
cheers
zolf
Hey! You should switch to a table control. A table control is basically a collection of textboxes in rows and columns.
if you put your fields in the detail section of the table, it will be repeated for every row in the dataset.
HtH
BobP
|||thanks mate for your comment.
I have used List to create the form and it is displaying data properly.now my problem is, i want to display one user form information on each page.how can i do this in list.please guide me.
cheers
|||
Just set the property on the list box: PageBreakAtEnd to true.
BobP
No comments:
Post a Comment