Gets or sets a value indicating whether text is written left-to-right or right-to-left. Does not affect the text alignment unless General alignment is used.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlEnum<TextDirection> Direction { get; set; }
Visual Basic
Public Property Direction As RdlEnum(Of TextDirection)
	Get
	Set

See Also