I have a report that must be converted to Report Builder. It has a header section for each record in the following layout:
Label: Text Box Label: Text Box Label: Text Box
Label: Text Box Label: Text Box Label: Text Box
Label: Text Box Label: Text Box Label: Text Box
This can be done with a list.
Now, I have to add a table below that for the items in the following format:
Item Name Description Score 1 Score 2
...
What is the best way to accomplish this since I can't nest a table within a list?
Thanks.
↧