共用方式為


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.