Свойство LinearGauges
Defines the set of linear gauges for the gauge panel.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property LinearGauges As IList(Of LinearGauge)
Get
Set
'Применение
Dim instance As GaugePanel
Dim value As IList(Of LinearGauge)
value = instance.LinearGauges
instance.LinearGauges = value
public IList<LinearGauge> LinearGauges { get; set; }
public:
property IList<LinearGauge^>^ LinearGauges {
IList<LinearGauge^>^ get ();
void set (IList<LinearGauge^>^ value);
}
member LinearGauges : IList<LinearGauge> with get, set
function get LinearGauges () : IList<LinearGauge>
function set LinearGauges (value : IList<LinearGauge>)
Значение свойства
Тип: System.Collections.Generic. . :: . .IList< (Of < ( <'LinearGauge> ) > ) >
An IList<(Of <(<'T>)>)> object.