LayoutDirections Enum

Definition

Specifies the overall direction of the tablix layout.

public enum class LayoutDirections
public enum LayoutDirections
type LayoutDirections = 
Public Enum LayoutDirections
Inheritance
LayoutDirections

Fields

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.

Applies to