Share via


Tablix.LayoutDirection Property

Gets or sets the overall direction of the tablix layout.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property LayoutDirection As LayoutDirections 
    Get 
    Set
'Usage
Dim instance As Tablix 
Dim value As LayoutDirections 

value = instance.LayoutDirection

instance.LayoutDirection = value
public LayoutDirections LayoutDirection { get; set; }
public:
property LayoutDirections LayoutDirection {
    LayoutDirections get ();
    void set (LayoutDirections value);
}
member LayoutDirection : LayoutDirections with get, set
function get LayoutDirection () : LayoutDirections 
function set LayoutDirection (value : LayoutDirections)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.LayoutDirections
A LayoutDirections object.

See Also

Reference

Tablix Class

Microsoft.ReportingServices.RdlObjectModel Namespace