StyleBase.SetStyle Method
Sets a specified style property within a style collection to the given value.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Sintassi
'Dichiarazione
Public Sub SetStyle ( _
style As StyleName, _
value As Object, _
isShared As Boolean _
)
public void SetStyle (
StyleName style,
Object value,
bool isShared
)
public:
void SetStyle (
StyleName style,
Object^ value,
bool isShared
)
public void SetStyle (
StyleName style,
Object value,
boolean isShared
)
public function SetStyle (
style : StyleName,
value : Object,
isShared : boolean
)
Parametri
- style
The name of the style to set.
- value
The value for the style property.
- isShared
Indicates whether style should be added to the SharedProperties or NonSharedProperties collection.
Osservazioni
Data creazione:5 dicembre 2005
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
StyleBase Class
StyleBase Members
Microsoft.ReportingServices.ReportRendering Namespace