Defines a list region to be included in the report.
语法
<ReportItems>
       ...
        <List Name="...">
              <Style>...</Style>
              <Top>...</Top>
              <Left>...</Left>
              <Height>...</Height>
              <Width>...</Width>
              <ZIndex>...</ZIndex>
              <Visibility>...</Visibility>
              <ToolTip>...</ToolTip>
              <Label >...</Label>
              <Bookmark>...</Bookmark>
              <Custom>...</Custom>
              <KeepTogether>...</KeepTogether>
              <NoRows>...<NoRows>
              <DataSetName>...</DataSetName>
              <PageBreakAtStart>...</PageBreakAtStart>
              <PageBreakAtEnd>...</PageBreakAtEnd>
              <Filters>...</Filters>
              <Grouping>...</Grouping>
              <Sorting>...</Sorting>
              <ReportItems>...</ReportItems>
              <DataInstanceName>...</DataInstanceName>
              <DataInstanceElementOutput>...</DataInstanceElementOutput>
        </List>
       ...
</ReportItems>
Element Characteristics
| Characteristic | Description | 
|---|---|
| Data type and length | None | 
| Default value | None | 
| Cardinality | 0-n: Optional element that can occur once or more. | 
Element Attributes
| Attribute | Type | Description | 
|---|---|---|
| Name | String | Name of the list. | 
Element Relationships
| Relationship | Element | 
|---|---|
| Parent element | |
| Child elements | Bookmark, Custom, DataInstanceElementOutput, DataInstanceName, DataSetName, Filters, Grouping, Height, KeepTogether, Label, Left, NoRows, PageBreakAtEnd, PageBreakAtStart, ReportItems, Sorting, Style, ToolTip, Top, Visibility, Width, ZIndex | 
备注
Page breaks in lists are ignored if the list contains no child report items.
请参阅
参考
Report Definition XML Elements