ChartCellAlignment 枚举

The text alignment of a cell in the custom legend item.

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

语法

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

成员

成员名称 说明
Bottom Align the text at bottom center.
BottomLeft Align the text at bottom left.
BottomRight Align the text at bottom right.
Center Align the text at the center.
Left Align the text at left center.
Right Align the text at right center.
Top Align the text at top center.
TopLeft Align the text at top left.
TopRight Align the text at top right.

请参阅

参考

Microsoft.ReportingServices.OnDemandReportRendering 命名空间