January 19, 2014 at 5:40 pm
I have a stored procedure that returns data in the form:
FormName QuestionNumber
F1 100
F2 101
F3 104
And I need a report in the format:
---------------------------------------
FormName F1
QuestionNumber 100
---------------------------------------
FormName F2
QuestionNumber 101
---------------------------------------
FormName F3
QuestionNumber 104
---------------------------------------
Which technique should I use to generate this format?
January 19, 2014 at 6:14 pm
Add a tablix to your layout, then put a rectangle in the cell you want to put these two values in. Then put the two textboxes (for the two dataset fields) into that rectangle, and you should be good to go.
January 19, 2014 at 7:34 pm
Awesome pietlinden.....
Thank you so much.....
It worked....
January 19, 2014 at 8:32 pm
Glad to help!
Have fun!
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply