共用方式為


ScaleRange.Placement 屬性

Determines where the range should be placed relative to the scale.

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

語法

'宣告
Public Property Placement As ReportExpression(Of Placements)
    Get 
    Set
'用途
Dim instance As ScaleRange 
Dim value As ReportExpression(Of Placements)

value = instance.Placement

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

屬性值

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

請參閱

參考

ScaleRange 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間