ReportColor Structure
Updated: February 25, 2016
Represents a color in a report.
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
| Name | Description | |
|---|---|---|
![]() | ReportColor(Color) | Creates a new instance of the ReportColor class. |
![]() | ReportColor(String^) | Creates a new instance of the ReportColor class. |
| Name | Description | |
|---|---|---|
![]() ![]() | ColorToRdlString(Color) | Converts the color to an RDL string. |
![]() | Equals(Object^) | Tests the equality of this object and another ReportColor object.(Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | Gets a unique hash code for the current instance.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() ![]() | Parse(String^, IFormatProvider^) | Parses a string into a ReportColor object. |
![]() | SetEmpty() | Set the current instance to an empty color. |
![]() | ToString() | Returns a string representation of the current color.(Overrides ValueType::ToString().) |
![]() | ToString(String^, IFormatProvider^) | Returns a string representation of the current color. |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(ReportColor, ReportColor) | Tests the equality of two ReportColor objects. |
![]() ![]() | Inequality(ReportColor, ReportColor) | Tests the inequality of two ReportColor objects. |
| Name | Description | |
|---|---|---|
![]() ![]() | IXmlSerializable::GetSchema() | Get the xml schema. |
![]() ![]() | IXmlSerializable::ReadXml(XmlReader^) | Reads a xml documentation for the current color. |
![]() ![]() | IXmlSerializable::WriteXml(XmlWriter^) | Writes a xml documentation for the current color. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





