2.3.98 LayoutDirection

The LayoutDirection property specifies the direction of the layout of Tablix columns. If this property is specified, it MUST be part of the TablixMeasurements record. If this property is not specified, the default value is used.

 LayoutDirection = layoutDirectionStart layoutDirectionValue


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

layoutDirectionStart

layoutDirectionValue

layoutDirectionStart (1 byte): A byte that specifies the start of the LayoutDirection property. The value of the layoutDirectionStart field MUST be the following value.

Value

Parent

0x03

TablixMeasurements

layoutDirectionValue (1 byte): A byte that specifies the layout direction of tablix columns. The value of the layoutDirectionValue field MUST be defined by the Directions enumeration. The default value is 0x00.