共用方式為


MapPointTemplate.LabelPlacement 屬性

Gets or sets label placement for the map point layer.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property LabelPlacement As ReportExpression(Of MapPointLabelPlacements)
    Get 
    Set
'用途
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>)

屬性值

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

請參閱

參考

MapPointTemplate 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間