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