Свойство GaugePointer.GaugeInputValue
Gets or sets the value to use for the pointer.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property GaugeInputValue As GaugeInputValue
Get
Set
'Применение
Dim instance As GaugePointer
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)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.GaugeInputValue
The value to use for the pointer
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel