[{"id":"26713f3d-fbf1-4c9c-bdbe-31fb188e7096","tags":[{"name":"new","color":"#ed7422","productId":"d699a6af-e150-4da3-ab30-25fd97934601","links":null,"id":"4d7b6a40-ab32-4c71-a381-58f3ffd2653e"}]},{"id":"21c749ac-6a80-4731-ac3b-597990e79038","tags":[{"name":"new","color":"#ed7422","productId":"d699a6af-e150-4da3-ab30-25fd97934601","links":null,"id":"4d7b6a40-ab32-4c71-a381-58f3ffd2653e"}]},{"id":"a64d445f-5e12-4939-999f-7ecbd70978c5","tags":[{"name":"new","color":"#ed7422","productId":"d699a6af-e150-4da3-ab30-25fd97934601","links":null,"id":"4d7b6a40-ab32-4c71-a381-58f3ffd2653e"}]},{"id":"d9f783e1-612a-4fa7-9408-7f1c821a45fc","tags":[{"name":"new","color":"#ed7422","productId":"d699a6af-e150-4da3-ab30-25fd97934601","links":null,"id":"4d7b6a40-ab32-4c71-a381-58f3ffd2653e"}]},{"id":"af5bd81a-b6cd-410b-84b4-9de9c51c3a7d","tags":[{"name":"new","color":"#ed7422","productId":"d699a6af-e150-4da3-ab30-25fd97934601","links":null,"id":"4d7b6a40-ab32-4c71-a381-58f3ffd2653e"}]},{"id":"60de5e12-02d9-4fd1-8db5-cb82a6bca160","tags":[{"name":"new","color":"#ed7422","productId":"d699a6af-e150-4da3-ab30-25fd97934601","links":null,"id":"4d7b6a40-ab32-4c71-a381-58f3ffd2653e"}]},{"id":"6af12f79-8609-4b30-8be3-d617d0cd7a16","tags":[{"name":"new","color":"#ed7422","productId":"d699a6af-e150-4da3-ab30-25fd97934601","links":null,"id":"4d7b6a40-ab32-4c71-a381-58f3ffd2653e"}]},{"id":"86b2a642-0ee8-4605-b04d-e7e0ec019e01","tags":[{"name":"new","color":"#ed7422","productId":"d699a6af-e150-4da3-ab30-25fd97934601","links":null,"id":"4d7b6a40-ab32-4c71-a381-58f3ffd2653e"}]},{"id":"aa9c6845-a521-49a8-ba61-f85856865f32","tags":[{"name":"new","color":"#ed7422","productId":"d699a6af-e150-4da3-ab30-25fd97934601","links":null,"id":"4d7b6a40-ab32-4c71-a381-58f3ffd2653e"}]}]
A List
report item is a data region that visualizes the bound data by producing a series of sections containing data visualizers such as a TextBox or Image arranged in a free-form layout fashion.
Usually, the List
is used as a nested data region to display a collection of items within a single data record. For example, the List within Table demo uses the List
inside the Products Table to show the price history.
You can add a List
into a report by either double-click the corresponding item in the toolbox or drag-and-drop it to the parent container, such as a Table Cell.
The List
designer determines the content and style of the Section
that repeats for each bound data set record that passed through the data set filters and data region filters. For instance, the PriceHistory
list in the List within Table contains two textboxes that display the date period and price from ProductListPriceHistories
dataset records.
The general list configuration that consists of the the Base Report Item properties and Data Region properties is combined with the Section
properties in the Properties panel.
The Section
configuration includes Common Style Properties, Visibility, Page Break, and the following specific properties.
Consume White Space
flag indicates whether section instances should eliminate the whitespace if there is more available space than the content takes.Keep together
flag ensures that the section instance always appears on a single page if it fits.You can group data records within the List
so that its section appears once per a grouping value. It could be useful for displaying hierarchical data structures. You can find the example of this approach in the Nested Lists example. The group configuration includes the following properties.
Group Name
is the group Id
.Group Expressions
is the collection of bound field references or more advanced expressions. Distinct values of group expressions generate grouping values
.Label
expression determines the text of a grouping value link in the Report Map. The Nested Lists example uses this property.Nintendo
publisher from the Nested Lists example
output, then we can add the following filter for the Group
of the Publishers
list.New Section
flag determines whether each grouping value has its page numbering. Check the Global References documentation for more information.