I've built a report that is being passed simple Order data on a single row. For the "detail" fields from this row I would like to display them as follows:
Field1Name Field1Value
Field2Name Field2Value
etc...
For some reason, I'm having trouble getting this to work in SSRS. Every time I add one of the fields to my Table/Matrix controls, SSRS expands the control horizontally.
How would we display data from our single row so the field names are in Column 1 and the field values are in column 2?
Thank you