GaugeInputValue.CompiledInstance 屬性
Gets the instance of the compiled gauge input value.
命名空間: 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
A CompiledGaugeInputValueInstance object.