Propriété IconsSet
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property IconsSet As StateIndicatorIconsSet
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .StateIndicatorIconsSet
A StateIndicatorIconSet value.
Voir aussi