다음을 통해 공유


Orientation 속성

Gets the calculated value of the Orientation property in a LinearGauge class.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property Orientation As GaugeOrientations
    Get
‘사용 방법
Dim instance As LinearGaugeInstance
Dim value As GaugeOrientations

value = instance.Orientation
public GaugeOrientations Orientation { get; }
public:
property GaugeOrientations Orientation {
    GaugeOrientations get ();
}
member Orientation : GaugeOrientations
function get Orientation () : GaugeOrientations

속성 값

유형: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeOrientations
A GaugeOrientations value that represents the calculated value of the Orientation property.