Перечисление MapLabelPositions
Represents the label positions for the map gridlines.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Enumeration MapLabelPositions
'Применение
Dim instance As MapLabelPositions
public enum MapLabelPositions
public enum class MapLabelPositions
type MapLabelPositions
public enum MapLabelPositions
Элементы
| Имя элемента | Описание | |
|---|---|---|
| Near | The labels are positioned at the top of the gridlines. | |
| OneQuarter | The labels are positioned between the top and center of the gridlines. | |
| Center | The labels are positioned at the center of the gridlines. | |
| ThreeQuarters | The labels are positioned between the center and bottom of the gridlines. | |
| Far | The labels are positioned at the bottom of the gridlines. |