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.
Attribue une propriété de style spécifiée au sein d’une collection de styles à 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
Le nom du style à fixer.
- value
- Object
La valeur du bien de style.
- isShared
- Boolean
Indique si le style doit être ajouté à la SharedProperties collection OU NonSharedProperties .