Método SetStyle
Sets a specified style property within a style collection to the given value.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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.