Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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