共用方式為


ChartLegendReversedTypes 列舉

Specifies the order in which items are added to the legend.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Enumeration ChartLegendReversedTypes
'用途
Dim instance As ChartLegendReversedTypes
public enum ChartLegendReversedTypes
public enum class ChartLegendReversedTypes
type ChartLegendReversedTypes
public enum ChartLegendReversedTypes

成員

成員名稱 說明
Auto Indicates that the report processor should automatically determines the order in which items are added to the legend.
True Indicates that items are added to the legend in the reverse order of items added to the chart series.
False Indicates that items are added to the legend in the same order as items added to the chart series.