다음을 통해 공유


LinearGauge.Orientation 속성

Orientation of the gauge

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

구문

‘선언
Public Property Orientation As ReportExpression(Of Orientations)
    Get 
    Set
‘사용 방법
Dim instance As LinearGauge 
Dim value As ReportExpression(Of Orientations)

value = instance.Orientation

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

속성 값

유형: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Orientations>
A ReportExpression<T> object.

참고 항목

참조

LinearGauge 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스