Orientation 속성
Orientation of the gauge.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property Orientation As ReportEnumProperty(Of GaugeOrientations)
Get
‘사용 방법
Dim instance As LinearGauge
Dim value As ReportEnumProperty(Of GaugeOrientations)
value = instance.Orientation
public ReportEnumProperty<GaugeOrientations> Orientation { get; }
public:
property ReportEnumProperty<GaugeOrientations>^ Orientation {
ReportEnumProperty<GaugeOrientations>^ get ();
}
member Orientation : ReportEnumProperty<GaugeOrientations>
function get Orientation () : ReportEnumProperty<GaugeOrientations>
속성 값
유형: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'GaugeOrientations> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.