VerticalAlignments 枚举

Specifies the vertical alignment of text within a report item.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Enumeration VerticalAlignments
用法
Dim instance As VerticalAlignments
public enum VerticalAlignments
public enum class VerticalAlignments
type VerticalAlignments
public enum VerticalAlignments

成员

成员名称 说明
Bottom Specifies bottom-aligned text.
Default Specifies the default vertical text alignment, which is the same as Top.
Middle Specifies vertically-centered text alignment.
Top Specifies top-aligned text.

请参阅

参考

Microsoft.ReportingServices.OnDemandReportRendering 命名空间