Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.LayoutDirections
A LayoutDirections object.