Grouping 要素 (RDL)
データをグループ化する方法を定義します。
構文
<List> Name="..."> <!-- or <DynamicColumns>, <DynamicRows>, <TableGroup>, <Details>, <DynamicSeries>, <DynamicCategories> -->
...
<Grouping Name="...">
<Label>...</Label>
<GroupExpressions>...</GroupExpressions>
<PageBreakAtStart>...</PageBreakAtStart>
<PageBreakAtEnd>...</PageBreakAtEnd>
<Custom>...</Custom>
<Filters>...</Filters>
<Parent>...</Parent>
<DataElementName>...</DataElementName>
<DataCollectionName>...</DataCollectionName>
<DataElementOutput>...</DataElementOutput>
</Grouping>
...
</List> <!-- or /DynamicColumns, /DynamicRows, /TableGroup, /Details, /DynamicSeries, /DynamicCategories -->
要素の特性
特性 | 説明 |
---|---|
データ型と長さ |
なし |
既定値 |
なし |
カーディナリティ (List または Details の子として使用する場合) |
0-1 : 省略可能な要素で、出現しないか、出現する場合は 1 回出現します |
カーディナリティ (DynamicColumns、DynamicRows、DynamicCategories、DynamicSeries、または TableGroup の子として使用する場合) |
1-1 : 必須要素で、1 回だけ出現します |
要素の属性
属性 | 型 | 説明 |
---|---|---|
Name |
String |
グループの名前。 |
要素の関係
解説
Grouping 要素の Name 属性の値は、データセット、データ領域など、レポート内のグループの名前には設定しないでください。
動的系列、動的カテゴリ、および動的列での改ページは禁止されています。