Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the parsed value that represents the GaugeInputValue property in a GaugePointer class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Property GaugeInputValue As CompiledGaugeInputValueInstance
Get
Friend Set
'Usage
Dim instance As CompiledGaugePointerInstance
Dim value As CompiledGaugeInputValueInstance
value = instance.GaugeInputValue
public CompiledGaugeInputValueInstance GaugeInputValue { get; internal set; }
public:
property CompiledGaugeInputValueInstance^ GaugeInputValue {
CompiledGaugeInputValueInstance^ get ();
internal: void set (CompiledGaugeInputValueInstance^ value);
}
member GaugeInputValue : CompiledGaugeInputValueInstance with get, internal set
function get GaugeInputValue () : CompiledGaugeInputValueInstance
internal function set GaugeInputValue (value : CompiledGaugeInputValueInstance)
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.CompiledGaugeInputValueInstance
A CompiledGaugeInputValueInstance parsed value that represents the GaugeInputValue property.
Siehe auch
Verweis
CompiledGaugePointerInstance Klasse
Microsoft.ReportingServices.OnDemandReportRendering-Namespace