Partager via


StyleBase.SetStyle Method

Sets a specified style property within a style collection to the given value.

Espace de noms: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntaxe

'Déclaration
Public Sub SetStyle ( _
    style As StyleName, _
    value As Object, _
    isShared As Boolean _
)
public void SetStyle (
    StyleName style,
    Object value,
    bool isShared
)
public:
void SetStyle (
    StyleName style, 
    Object^ value, 
    bool isShared
)
public void SetStyle (
    StyleName style, 
    Object value, 
    boolean isShared
)
public function SetStyle (
    style : StyleName, 
    value : Object, 
    isShared : boolean
)

Paramètres

  • style
    The name of the style to set.
  • value
    The value for the style property.

Notes

Nouveau :5 décembre 2005

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

StyleBase Class
StyleBase Members
Microsoft.ReportingServices.ReportRendering Namespace