Freigeben über


Tablix.LayoutDirection-Eigenschaft

Indicates the overall direction of the tablix layout.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property LayoutDirection As TablixLayoutDirection 
    Get
'Usage
Dim instance As Tablix 
Dim value As TablixLayoutDirection 

value = instance.LayoutDirection
public TablixLayoutDirection LayoutDirection { get; }
public:
property TablixLayoutDirection LayoutDirection {
    TablixLayoutDirection get ();
}
member LayoutDirection : TablixLayoutDirection
function get LayoutDirection () : TablixLayoutDirection

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.TablixLayoutDirection
A TablixLayoutDirection object.

Siehe auch

Verweis

Tablix Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace