Compartir a través de


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

Definición

Establece una determinada propiedad de estilo dentro de una colección de estilos en el valor proporcionado.

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 que se va a establecer.

value
Object

El valor para la propiedad de estilo.

isShared
Boolean

Indica si el estilo se debería agregar a la colección SharedProperties o a la colección NonSharedProperties.

Se aplica a