Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Specifies the order in which items are added to the legend.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Enumeration ChartLegendReversedTypes
'Uso
Dim instance As ChartLegendReversedTypes
public enum ChartLegendReversedTypes
public enum class ChartLegendReversedTypes
type ChartLegendReversedTypes
public enum ChartLegendReversedTypes
Membros
| Nome do membro | Descrição | |
|---|---|---|
| Auto | Indicates that the report processor should automatically determines the order in which items are added to the legend. | |
| False | Indicates that items are added to the legend in the same order as items added to the chart series. | |
| True | Indicates that items are added to the legend in the reverse order of items added to the chart series. |