LinearGaugeInstance.Orientation プロパティ
LinearGauge クラスの Orientation プロパティの計算値を取得します。
名前空間: 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
Orientation プロパティの計算値を表す GaugeOrientations 値。