Share via


StyleBase Class

An abstract base class collection of named styles for the report, which can be accessed by name or index.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public MustInherit Class StyleBase
'Usage
Dim instance As StyleBase
public abstract class StyleBase
public ref class StyleBase abstract
[<AbstractClassAttribute>]
type StyleBase =  class end
public abstract class StyleBase

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.ReportRendering.StyleBase
    Microsoft.ReportingServices.ReportRendering.ActionStyle
    Microsoft.ReportingServices.ReportRendering.Style

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.