Tablix.LayoutDirection Property
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.TablixLayoutDirection
A TablixLayoutDirection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace