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