Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Sets a specified style property within a style collection to the given value.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Sub SetStyle ( _
style As Style.StyleName, _
value As Object, _
isShared As Boolean _
)
'Uso
Dim instance As StyleBase
Dim style As Style.StyleName
Dim value As Object
Dim isShared As Boolean
instance.SetStyle(style, value, isShared)
public void SetStyle(
Style.StyleName style,
Object value,
bool isShared
)
public:
void SetStyle(
Style.StyleName style,
Object^ value,
bool isShared
)
member SetStyle :
style:Style.StyleName *
value:Object *
isShared:bool -> unit
public function SetStyle(
style : Style.StyleName,
value : Object,
isShared : boolean
)
Parámetros
- style
Tipo: Microsoft.ReportingServices.ReportRendering.Style.StyleName
The name of the style to set.
- value
Tipo: System.Object
The value for the style property.
- isShared
Tipo: System.Boolean
Indicates whether style should be added to the SharedProperties or NonSharedProperties collection.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering