RowGrouping Element (RDL)
Defines a row header region in a matrix.
Sintassi
<RowGroupings>
<RowGrouping>
<Width>...</Width>
<!-- or DynamicRows, StaticRows, FixedHeader-->
...
</DynamicRows> <!-- or /StaticRows, /FixedHeader-->
</RowGrouping>
</RowGroupings>
Element Characteristics
Characteristic | Description |
---|---|
Data type and length |
None |
Default value |
None |
Cardinality |
1-n: Required element that occurs once or more than once. |
Element Relationships
Relationship | Element |
---|---|
Parent element |
|
Child elements |
Osservazioni
Each row grouping defines a column of row headings. The first row grouping is positioned as the outermost row of row headings.
The RowGrouping element must contain either a DynamicRows element or a StaticRows element.
Vedere anche
Riferimento
Report Definition XML Elements