次の方法で共有


GaugeRow.GaugeCell プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

ゲージ行のゲージ セルを取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property GaugeCell As GaugeCell 
    Get
'使用
Dim instance As GaugeRow 
Dim value As GaugeCell 

value = instance.GaugeCell
public GaugeCell GaugeCell { get; }
public:
property GaugeCell^ GaugeCell {
    GaugeCell^ get ();
}
member GaugeCell : GaugeCell
function get GaugeCell () : GaugeCell

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.GaugeCell
ゲージ行のゲージ セル。

関連項目

参照

GaugeRow クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間