Freigeben über


StateIndicator.IndicatorImage-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the state image.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property IndicatorImage As IndicatorImage 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

StateIndicator Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace