Proprietà StateIndicator.IconsSet

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the indicator icons set.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property IconsSet As StateIndicatorIconsSet 
    Get 
    Set
'Utilizzo
Dim instance As StateIndicator 
Dim value As StateIndicatorIconsSet 

value = instance.IconsSet

instance.IconsSet = value
public StateIndicatorIconsSet IconsSet { get; set; }
public:
property StateIndicatorIconsSet IconsSet {
    StateIndicatorIconsSet get ();
    void set (StateIndicatorIconsSet value);
}
member IconsSet : StateIndicatorIconsSet with get, set
function get IconsSet () : StateIndicatorIconsSet 
function set IconsSet (value : StateIndicatorIconsSet)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.StateIndicatorIconsSet
A StateIndicatorIconSet value.

Vedere anche

Riferimento

StateIndicator Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel