Corner Element (RDL)
Contains the items in the corner region of the matrix.
Синтаксис
<Matrix Name="...">
...
<Corner>
<ReportItems>...</ReportItems>
</Corner>
...
</Matrix>
Element Characteristics
Characteristic | Description |
---|---|
Data type and length |
None |
Default value |
None |
Cardinality |
0-1: Optional element that can occur once or not at all. |
Element Relationships
Relationship | Element |
---|---|
Parent element |
|
Child element |
Замечания
If the Corner element is omitted, no items are rendered in the corner.
The height of the corner item is the sum of the heights of the column headers. The width of the corner item is the sum of the widths of the row headers.
The ReportItems element within the Corner element can contain one and only one child item. Values for the Top, Left, Height and Width elements for this child item are ignored: Top and Left values are set to 0, and Height and Width values are set to 100 percent of the containing corner item.
См. также
Справочник
Report Definition XML Elements