ColumnGrouping Element (RDL)
Defines a column header region in a matrix.
Синтаксис
<ColumnGroupings>
...
<ColumnGrouping>
<Height>...</Height>
<!-- or DynamicColumns, StaticColumns, FixedHeader -->.
...
<!-- or /DynamicColumns, /StaticColumns, FixedHeaders -->
</ColumnGrouping>
...
</ColumnGroupings>
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 |
Замечания
Each column grouping defines a row of column headings. The first column grouping is positioned as the outermost row of column headings.
The ColumnGrouping must contain either a DynamicColumns element or a StaticColumns element, but it cannot contain both.
См. также
Справочник
Report Definition XML Elements