LayoutDirections 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 LayoutDirections
public enum LayoutDirections
type LayoutDirections =
Public Enum LayoutDirections
- Inheritance
-
LayoutDirections
Fields
Name | Value | Description |
---|---|---|
LTR | 0 | Dynamic tablix columns grow left-to-right with headers on the left. |
RTL | 1 | Dynamic tablix columns grow right-to-left with headers on the right and the order of peer groups reversed. |