Render the report to print the list. Place one data band per page. Use the DataSource property to assign the data source to the band. Put the component on the text band. Browse the data fields for each component. for example:

{Customers.CompanyName}

The report template should look like the one below.

 Output tabledataband.

 The data source used to retrieve the rows of data.

A reference to the data source.dataYou need to specify the data source for the band.

A reference to the data source.textThe component isdataPlaced in a band. A reference to the data source field is created. At render time, all references are modified in the data.

After rendering the report, all references to the data fields will change with the data in the specified field. Data is taken from the data source specified in this band. The number of copies of the data band in the rendered report will be the same as the number of rows in the data source. As a result, all the fields were output as a list. The following figure shows the rendered report.

If the entire list cannot be placed on one page, the report generator will add the page.