Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the instance of the compiled gauge input value.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Property CompiledInstance As CompiledGaugeInputValueInstance
Get
Friend Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.CompiledGaugeInputValueInstance
A CompiledGaugeInputValueInstance object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace