Share via


MapPointTemplate.LabelPlacement Property

Gets label placement for the map point layer.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property LabelPlacement As ReportEnumProperty(Of MapPointLabelPlacement)
    Get
'Usage
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>

Property Value

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

See Also

Reference

MapPointTemplate Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace