MapPointTemplate.LabelPlacement 属性

Gets label placement for the map point layer.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property LabelPlacement As ReportEnumProperty(Of MapPointLabelPlacement)
    Get
用法
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>