Udostępnij przez


Właściwość MapPolygonTemplate.LabelPlacement

Pobiera etykiety położenie warstwy Wielokąt mapy.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property LabelPlacement As ReportEnumProperty(Of MapPolygonLabelPlacement)
    Get
'Użycie
Dim instance As MapPolygonTemplate
Dim value As ReportEnumProperty(Of MapPolygonLabelPlacement)

value = instance.LabelPlacement
public ReportEnumProperty<MapPolygonLabelPlacement> LabelPlacement { get; }
public:
property ReportEnumProperty<MapPolygonLabelPlacement>^ LabelPlacement {
    ReportEnumProperty<MapPolygonLabelPlacement>^ get ();
}
member LabelPlacement : ReportEnumProperty<MapPolygonLabelPlacement>
function get LabelPlacement () : ReportEnumProperty<MapPolygonLabelPlacement>