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.

请参阅

参考

GaugeInputValue 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间