Linguaggio

StyleBase.SetStyle(Style+StyleName, Object, Boolean) Metodo

Definizione

Imposta una proprietà di stile specificata all'interno di una collezione di stili al valore dato.

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)

Parametri

style
Style.StyleName

Il nome dello stile da incastrare.

value
Object

Il valore della proprietà di stile.

isShared
Boolean

Indica se uno stile dovrebbe essere aggiunto alla SharedProperties collezione op.NonSharedProperties

Si applica a