Report Authors / Report Controls / Report Controls in Page/RDLX Report / List
List

The List data region repeats any report controls it contains for every record in the dataset. Unlike other data regions, the List is free-form, so you can arrange report controls in any configuration you like.

Grouping in the list is done on the details group.

The List data region behavior is the same as the one of Table or Tablix that has one Detail cell with the Container control added to it.

List Structure

List Dialog Properties

You can set the List properties in the List dialog. To open it, with the List selected on the report, under the Properties window, click the Property dialog link.

Name: Enter a name for the list that is unique within the report. This name can be called in code. You can only use underscore (_) as a special character in the Name field. Other special characters such as period (.), space ( ), forward slash (/), back slash (\), exclamation (!), and hyphen (-) are not supported.

Tooltip: A textual label for the report item used to include TITLE or ALT attributes in HTML reports.

Dataset name: Select a dataset to associate with the list. The drop-down list is populated with all of the datasets in the report's dataset collection.

Has own page numbering: Select to indicate whether this List is in its own section with regards to pagination.

Consume all white space during report rendering (RDLX): Select to have all white space consumed at report rendering.  

Page Breaks (RDLX): Select any of the following options to apply to each instance of the list.

  • Insert a page break before this list
  • Insert a page break after this list
  • Fit list on a single page if possible

NewPage (RDLX): Indicates on which page the content to start after the page break.

  • Next: A default value that makes a new group start from the immediate next page of the report.
  • Odd: A new group starts from the next odd page of the report.
  • Even: A new group starts from the next even page of the report.
See Also