GaugeInputValue-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Gets the expression and/or formula used in the gauge.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property GaugeInputValue As GaugeInputValue
Get
Set
'Usage
Dim instance As NumericIndicator
Dim value As GaugeInputValue
value = instance.GaugeInputValue
instance.GaugeInputValue = value
public GaugeInputValue GaugeInputValue { get; set; }
public:
property GaugeInputValue^ GaugeInputValue {
GaugeInputValue^ get ();
void set (GaugeInputValue^ value);
}
member GaugeInputValue : GaugeInputValue with get, set
function get GaugeInputValue () : GaugeInputValue
function set GaugeInputValue (value : GaugeInputValue)
Eigenschaftenwert
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .GaugeInputValue
A GaugeInputValue object.