다음을 통해 공유


PinLabel.Placement 속성

Determines where the label 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 PinLabel 
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.

참고 항목

참조

PinLabel 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스