Udostępnij przez


Właściwość Tablix.LayoutDirection

Wskazuje kierunek ogólny układ tablix.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property LayoutDirection As LayoutDirections
    Get
    Set
'Użycie
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)