LabelPlacement-Eigenschaft
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>
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'MapPointLabelPlacement> ) > ) >
A ReportEnumProperty object.