Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.