共用方式為


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>

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapPointLabelPlacement>
A ReportEnumProperty object.

請參閱

參考

MapPointTemplate 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間