StyleBase.SetStyle(Style+StyleName, Object, Boolean) Méthode

Définition

Définit une propriété de style spécifiée dans une collection de styles sur la valeur donnée.

public:
 void SetStyle(Microsoft::ReportingServices::ReportRendering::Style::StyleName style, System::Object ^ value, bool isShared);
public void SetStyle (Microsoft.ReportingServices.ReportRendering.Style.StyleName style, object value, bool isShared);
member this.SetStyle : Microsoft.ReportingServices.ReportRendering.Style.StyleName * obj * bool -> unit
Public Sub SetStyle (style As Style.StyleName, value As Object, isShared As Boolean)

Paramètres

style
Style.StyleName

Nom du style à définir.

value
Object

Valeur de la propriété de style.

isShared
Boolean

Indique si le style doit être ajouté à la collection SharedProperties ou NonSharedProperties.

S’applique à