LayoutDirections 枚举
Specifies the overall direction of the tablix layout.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Enumeration LayoutDirections
用法
Dim instance As LayoutDirections
public enum LayoutDirections
public enum class LayoutDirections
type LayoutDirections
public enum LayoutDirections
成员
成员名称 | 说明 | |
---|---|---|
LTR | Dynamic tablix columns grow left-to-right with headers on the left. | |
RTL | Dynamic tablix columns grow right-to-left with headers on the right and the order of peer groups reversed. |