ReportColor Class
Updated: February 25, 2016
Represents a color in a report. This class cannot be inherited.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (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().) |
Using this class, you can convert the color into several formats.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:
