次の方法で共有


LinearGauge.Orientation プロパティ

ゲージの方向。

名前空間:  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<GaugeOrientations>
ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

LinearGauge クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間