StyleBase.SetStyle(Style+StyleName, Object, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.