Share via


EmptyColorStyle Class

Contains the style properties used for a null color.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class EmptyColorStyle _
    Inherits Style
'Usage
Dim instance As EmptyColorStyle
public class EmptyColorStyle : Style
public ref class EmptyColorStyle : public Style
type EmptyColorStyle =  
    class
        inherit Style
    end
public class EmptyColorStyle extends Style

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.Style
        Microsoft.ReportingServices.RdlObjectModel.EmptyColorStyle

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.