Condividi tramite


Proprietà MapPointTemplate.LabelPlacement

Gets label placement for the map point layer.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property LabelPlacement As ReportEnumProperty(Of MapPointLabelPlacement)
    Get
'Utilizzo
Dim instance As MapPointTemplate 
Dim value As ReportEnumProperty(Of MapPointLabelPlacement)

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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapPointLabelPlacement>
A ReportEnumProperty object.

Vedere anche

Riferimento

MapPointTemplate Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering