Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Specifies the order in which items are added to the legend.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Enumeration ChartLegendReversedTypes
'Utilisation
Dim instance As ChartLegendReversedTypes
public enum ChartLegendReversedTypes
public enum class ChartLegendReversedTypes
type ChartLegendReversedTypes
public enum ChartLegendReversedTypes
Membres
| Nom de membre | Description | |
|---|---|---|
| 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. |