Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the parsed value that represents the GaugeInputValue property in a GaugePointer class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Property GaugeInputValue As CompiledGaugeInputValueInstance
Get
Friend Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.CompiledGaugeInputValueInstance
A CompiledGaugeInputValueInstance parsed value that represents the GaugeInputValue property.
Vea también
Referencia
CompiledGaugePointerInstance Clase
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering