Свойство StateIndicator.IndicatorStates
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets a list of the indicator states.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property IndicatorStates As IList(Of IndicatorState)
Get
Set
'Применение
Dim instance As StateIndicator
Dim value As IList(Of IndicatorState)
value = instance.IndicatorStates
instance.IndicatorStates = value
public IList<IndicatorState> IndicatorStates { get; set; }
public:
property IList<IndicatorState^>^ IndicatorStates {
IList<IndicatorState^>^ get ();
void set (IList<IndicatorState^>^ value);
}
member IndicatorStates : IList<IndicatorState> with get, set
function get IndicatorStates () : IList<IndicatorState>
function set IndicatorStates (value : IList<IndicatorState>)
Значение свойства
Тип: System.Collections.Generic.IList<IndicatorState>
A list of the indicator states.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel