Partager via


Propriété StateIndicator.IndicatorImage

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

Gets or sets the state image.

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

Syntaxe

'Déclaration
Public Property IndicatorImage As IndicatorImage 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

StateIndicator Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel