次の方法で共有


ChartCellAlignment 列挙体

カスタム凡例アイテム内のセルのテキスト配置。

名前空間:  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

メンバー

メンバー名 説明
Center テキストを中央に揃える。
Top テキストを上詰め (中央) に揃える。
TopLeft テキストを上詰め (左) に揃える。
TopRight テキストを上詰め (右) に揃える。
Left テキストを左詰め (中央) に揃える。
Right テキストを右詰め (中央) に揃える。
BottomRight テキストを下詰め (右) に揃える。
Bottom テキストを下詰め (中央) に揃える。
BottomLeft テキストを下詰め (左) に揃える。