MapLegendLayouts 列挙体
マップの凡例のラベル レイアウトを表します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Enumeration MapLegendLayouts
'使用
Dim instance As MapLegendLayouts
public enum MapLegendLayouts
public enum class MapLegendLayouts
type MapLegendLayouts
public enum MapLegendLayouts
メンバー
メンバー名 | 説明 | |
---|---|---|
AutoTable | ラベルは自動的に調整されて配置されます。 | |
Column | ラベルは列に配置されます。 | |
Row | ラベルは行に配置されます。 | |
WideTable | ラベルは表 (横) に配置されます。 | |
TallTable | ラベルは表 (縦) に配置されます。 |