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 arrangement of labels within the legend.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Enumeration ChartLegendLayouts
'Uso
Dim instance As ChartLegendLayouts
public enum ChartLegendLayouts
public enum class ChartLegendLayouts
type ChartLegendLayouts
public enum ChartLegendLayouts
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |