MapPointLabelPlacement 열거형
Represents label placements for the map point layer.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public Enumeration MapPointLabelPlacement
‘사용 방법
Dim instance As MapPointLabelPlacement
public enum MapPointLabelPlacement
public enum class MapPointLabelPlacement
type MapPointLabelPlacement
public enum MapPointLabelPlacement
멤버
멤버 이름 | 설명 | |
---|---|---|
Bottom | The label is positioned at the bottom of the map point layer. | |
Top | The label is positioned at the top of the map point layer. | |
Left | The label is positioned to the left of the map point layer. | |
Right | The label is positioned to the right of the map point layer. | |
Center | The label is positioned at the center of the map point layer. |