Lenguaje

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

Definición

Establece una propiedad de estilo especificada dentro de una colección de estilos al valor dado.

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)

Parámetros

style
Style.StyleName

El nombre del estilo a colocar.

value
Object

El valor de la propiedad de estilo.

isShared
Boolean

Indica si se debe añadir estilo a la SharedProperties colección de o NonSharedProperties .

Se aplica a