User1975998971 posted
A list control is useful when you want to have multiple items to group together.
For instance if you have a report you want to group on company_name. There are two visible controls, a textbox and a table. Place those two controls within a list control. The report has order information so it has a one to many relationship
between the customer and the order information. If you want to group it on the company_name, the text box would see the company_name and the table control within the list box will only show orders for that company. The next page would be the next
company and only their orders.
You can select the whole table and click No Borders, this should remove all the borders within it as well. You may have to select the no borders a couple of times, but it does remove all the borders within.
A table control is great for row based data reporting.
Let me know if that helps.