Proprietà StateIndicator.IndicatorImage

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

Gets or sets the state image.

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

Sintassi

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

value = instance.IndicatorImage

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

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.IndicatorImage
A IndicatorImage object.

Vedere anche

Riferimento

StateIndicator Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel