StyleBase.SetStyle Method
Sets a specified style property within a style collection to the given value.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntax
'Declaration
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
)
Parameters
- 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.
Remarks
New:5 December 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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
StyleBase Class
StyleBase Members
Microsoft.ReportingServices.ReportRendering Namespace