LayoutDirection Element
SQL Server 2000
LayoutDirection Element
Indicates whether matrix columns read left-to-right or right-to-left.
<Matrix Name="..."> ... <LayoutDirection>...</LayoutDirection> ... </Matrix>
Element Characteristics
| Characteristic | Description |
|---|---|
| Data type and length | String |
| Default value | LTR |
| Cardinality | 0-1: Optional element that can occur once or not at all |
Element Relationships
| Relationship | Element |
|---|---|
| Parent element | Matrix |
| Child element | None |
Remarks
The LayoutDirection element contains one of the values shown in the following table.
| Value | Description |
|---|---|
| LTR | Matrix reads left-to-right, has headers on the left, and grows to the right |
| RTL | Matrix reads right-to-left, has headers on the right, and grows to the left |