TablixLayoutDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the overall direction of the tablix layout.
public enum class TablixLayoutDirection
public enum TablixLayoutDirection
type TablixLayoutDirection =
Public Enum TablixLayoutDirection
- Inheritance
-
TablixLayoutDirection
Fields
Name | Value | Description |
---|---|---|
LTR | 0 | The direction is LTR. |
RTL | 1 | The direction is RTL. |