Enumerazione ChartLegendLayouts
Specifies arrangement of labels within the legend.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Enumeration ChartLegendLayouts
'Utilizzo
Dim instance As ChartLegendLayouts
public enum ChartLegendLayouts
public enum class ChartLegendLayouts
type ChartLegendLayouts
public enum ChartLegendLayouts
Membri
Nome membro | Descrizione | |
---|---|---|
AutoTable | Labels must be arranged automatically to fit. | |
Column | Labels must be arranged in a column. | |
Row | Labels must be arranged in a row. | |
TallTable | Labels must be arranged in a tall table. | |
WideTable | Labels must be arranged in a wide table. |