MapLegendLayout 列舉
Represents the label layouts in a map legend.
命名空間: 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 | The labels are automatically arranged to fit. | |
| Column | The labels are arranged in a column. | |
| Row | The labels are arranged in a row. | |
| WideTable | The labels are arranged in a wide table. | |
| TallTable | The labels are arranged in a tall table. |