GaugeInputValue.CompiledInstance プロパティ
コンパイル済みゲージの入力値のインスタンスを取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Property CompiledInstance As CompiledGaugeInputValueInstance
Get
Friend Set
'使用
Dim instance As GaugeInputValue
Dim value As CompiledGaugeInputValueInstance
value = instance.CompiledInstance
public CompiledGaugeInputValueInstance CompiledInstance { get; internal set; }
public:
property CompiledGaugeInputValueInstance^ CompiledInstance {
CompiledGaugeInputValueInstance^ get ();
internal: void set (CompiledGaugeInputValueInstance^ value);
}
member CompiledInstance : CompiledGaugeInputValueInstance with get, internal set
function get CompiledInstance () : CompiledGaugeInputValueInstance
internal function set CompiledInstance (value : CompiledGaugeInputValueInstance)
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.CompiledGaugeInputValueInstance
CompiledGaugeInputValueInstance オブジェクト。