Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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