Propriedade do RDL GaugePointer.GaugeInputValue
Gets the value to use for the pointer.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property GaugeInputValue As GaugeInputValue
Get
'Uso
Dim instance As GaugePointer
Dim value As GaugeInputValue
value = instance.GaugeInputValue
public GaugeInputValue GaugeInputValue { get; }
public:
property GaugeInputValue^ GaugeInputValue {
GaugeInputValue^ get ();
}
member GaugeInputValue : GaugeInputValue
function get GaugeInputValue () : GaugeInputValue
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeInputValue
A GaugeInputValue object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering