共用方式為


LabelPosition 屬性

Gets or sets the label position for the map gridlines.

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

語法

'宣告
Public Property LabelPosition As ReportExpression(Of MapLabelPositions)
    Get
    Set
'用途
Dim instance As MapGridLines
Dim value As ReportExpression(Of MapLabelPositions)

value = instance.LabelPosition

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