Tablix.LayoutDirection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the overall direction of the tablix layout.
public:
property Microsoft::ReportingServices::RdlObjectModel::LayoutDirections LayoutDirection { Microsoft::ReportingServices::RdlObjectModel::LayoutDirections get(); void set(Microsoft::ReportingServices::RdlObjectModel::LayoutDirections value); };
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public Microsoft.ReportingServices.RdlObjectModel.LayoutDirections LayoutDirection { get; set; }
[<System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)>]
member this.LayoutDirection : Microsoft.ReportingServices.RdlObjectModel.LayoutDirections with get, set
Public Property LayoutDirection As LayoutDirections
Property Value
A LayoutDirections object.
- Attributes