Freigeben über


MapPointTemplate.LabelPlacement-Eigenschaft

Gets or sets label placement for the map point layer.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property LabelPlacement As ReportExpression(Of MapPointLabelPlacements)
    Get 
    Set
'Usage
Dim instance As MapPointTemplate 
Dim value As ReportExpression(Of MapPointLabelPlacements)

value = instance.LabelPlacement

instance.LabelPlacement = value
public ReportExpression<MapPointLabelPlacements> LabelPlacement { get; set; }
public:
property ReportExpression<MapPointLabelPlacements> LabelPlacement {
    ReportExpression<MapPointLabelPlacements> get ();
    void set (ReportExpression<MapPointLabelPlacements> value);
}
member LabelPlacement : ReportExpression<MapPointLabelPlacements> with get, set
function get LabelPlacement () : ReportExpression<MapPointLabelPlacements>
function set LabelPlacement (value : ReportExpression<MapPointLabelPlacements>)

Eigenschaftswert

Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapPointLabelPlacements>
A ReportExpression<T> object.

Siehe auch

Verweis

MapPointTemplate Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace