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)