Partager via


Propriété IndicatorStates

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

A list of the indicator states.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property IndicatorStates As IList(Of IndicatorState)
    Get
    Set
'Utilisation
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>)

Valeur de propriété

Type : System.Collections.Generic. . :: . .IList< (Of < ( <'IndicatorState> ) > ) >
An IList<(Of <(<'T>)>)> object.