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. |