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