다음을 통해 공유


AllowUpsideDown 속성

Indicates the label can be rotated by more than 90 degrees.

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

구문

‘선언
Public Property AllowUpsideDown As ReportExpression(Of Boolean)
    Get
    Set
‘사용 방법
Dim instance As CustomLabel
Dim value As ReportExpression(Of Boolean)

value = instance.AllowUpsideDown

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