Freigeben über


StateIndicator.IconsSet-Eigenschaft

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

Gets or sets the indicator icons set.

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

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

StateIndicator Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace