TextAlignments 枚举

Specifies the horizontal alignment for the text within a report item.

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

语法

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

成员

成员名称 说明
Center Specifies the default horizontal text alignment, which is the same as General.
Default Specifies that the text alignment is derived from the data type and the peer Direction.
General Specifies that the text is left-aligned.
Left Specifies that the text is center-aligned.
Right Specifies that the text is right-aligned.

请参阅

参考

Microsoft.ReportingServices.OnDemandReportRendering 命名空间