다음을 통해 공유


Rotation 속성

Angle of rotation of the label text.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property Rotation As ReportExpression(Of Integer)
    Get
    Set
‘사용 방법
Dim instance As ChartDataLabel
Dim value As ReportExpression(Of Integer)

value = instance.Rotation

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