ReportColor Class
Updated: February 25, 2016
Represents a color in a report.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| Name | Description | |
|---|---|---|
![]() | ReportColor(String^) | Creates a new instance of ReportColor. |
![]() | ReportColor(String^, Boolean) | Creates a new instance of ReportColor. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToColor() | Returns a Color object that represents the report color. |
![]() | ToString() | Returns a string that represents the report color.(Overrides Object::ToString().) |
![]() ![]() | TryParse(String^, Boolean, ReportColor^%) | Attempts to parse a string value to a ReportColor. |
![]() ![]() | TryParse(String^, ReportColor^%) | Attempts to parse a string value to a ReportColor. |
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:

