Langue

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

Définition

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 .

S’applique à