Sdílet prostřednictvím


StateIndicator.IconsSet Property

This API supports the infrastructure and is not intended to be used directly from your code.

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)

Property Value

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