ReportColor Class
Represents a color in a report. This class cannot be inherited.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.ReportRendering.ReportColor
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ReportColor
'Usage
Dim instance As ReportColor
public sealed class ReportColor
public ref class ReportColor sealed
[<SealedAttribute>]
type ReportColor = class end
public final class ReportColor
The ReportColor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ReportColor(Color) | Initializes a new instance of the ReportColor class with a specified color. |
![]() |
ReportColor(String) | Initializes a new instance of the ReportColor class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToColor | The color as a GDI+ color class. |
![]() |
ToString | The color as a string, as expressed in the report definition. (Overrides Object.ToString().) |
Top
Remarks
Using this class, you can convert the color into several formats.
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.