ChartLegendLayouts 枚举

Specifies arrangement of labels within the legend.

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

语法

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

成员

成员名称 说明
AutoTable Labels must be arranged automatically to fit.
Column Labels must be arranged in a column.
Row Labels must be arranged in a row.
WideTable Labels must be arranged in a wide table.
TallTable Labels must be arranged in a tall table.