SSRS Report

  • 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?

  • 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.

  • Awesome pietlinden.....

    Thank you so much.....

    It worked....

  • 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