この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
コレクション内の最初のゲージ行を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property GaugeRow As GaugeRow
Get
'使用
Dim instance As GaugeRowCollection
Dim value As GaugeRow
value = instance.GaugeRow
public GaugeRow GaugeRow { get; }
public:
property GaugeRow^ GaugeRow {
GaugeRow^ get ();
}
member GaugeRow : GaugeRow
function get GaugeRow () : GaugeRow
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.GaugeRow
コレクション内の最初のゲージ行。