StyleBase.SetStyle(Style+StyleName, Object, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a specified style property within a style collection to the given value.
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)
Parameters
- style
- Style.StyleName
The name of the style to set.
- value
- Object
The value for the style property.
- isShared
- Boolean
Indicates whether style should be added to the SharedProperties or NonSharedProperties collection.