Freigeben über


LabelPlacement-Eigenschaft

Gets or sets the label placement for a map line layer.

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

Syntax

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

value = instance.LabelPlacement

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