Freigeben über


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
)

Parameter

  • style
    The name of the style to set.
  • value
    The value for the style property.

Hinweise

Neu:05. Dezember 2005

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

StyleBase Class
StyleBase Members
Microsoft.ReportingServices.ReportRendering Namespace