Enumeración MapLabelPlacement
Represents the options of label placements in a map color scale.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Enumeration MapLabelPlacement
'Uso
Dim instance As MapLabelPlacement
public enum MapLabelPlacement
public enum class MapLabelPlacement
type MapLabelPlacement
public enum MapLabelPlacement
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| Alternate | Odd labels are positioned below the color bar, and even labels are positioned above the color bar. | |
| Top | All labels are positioned above the color bar. | |
| Bottom | All labels are positioned below the color bar. |