MapLineTemplate.LabelPlacement Property

Gets the label placement for a map line layer.

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

Syntax

'Declaration
Public ReadOnly Property LabelPlacement As ReportEnumProperty(Of MapLineLabelPlacement)
    Get
'Usage
Dim instance As MapLineTemplate
Dim value As ReportEnumProperty(Of MapLineLabelPlacement)

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