ReportColor Structure

 

Updated: February 25, 2016

Represents a color in a report.

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

public value struct ReportColor : IXmlSerializable, IFormattable

NameDescription
System_CAPS_pubmethodReportColor(Color)

Creates a new instance of the ReportColor class.

System_CAPS_pubmethodReportColor(String^)

Creates a new instance of the ReportColor class.

NameDescription
System_CAPS_pubpropertyColor

Gets or sets the color.

System_CAPS_pubpropertySystem_CAPS_staticEmpty

Gets the empty color.

System_CAPS_pubpropertyIsEmpty

Gets a value that indicates whether this is an empty color.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticColorToRdlString(Color)

Converts the color to an RDL string.

System_CAPS_pubmethodEquals(Object^)

Tests the equality of this object and another ReportColor object.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Gets a unique hash code for the current instance.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticParse(String^, IFormatProvider^)

Parses a string into a ReportColor object.

System_CAPS_pubmethodSetEmpty()

Set the current instance to an empty color.

System_CAPS_pubmethodToString()

Returns a string representation of the current color.(Overrides ValueType::ToString().)

System_CAPS_pubmethodToString(String^, IFormatProvider^)

Returns a string representation of the current color.

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(ReportColor, ReportColor)

Tests the equality of two ReportColor objects.

System_CAPS_puboperatorSystem_CAPS_staticInequality(ReportColor, ReportColor)

Tests the inequality of two ReportColor objects.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlSerializable::GetSchema()

Get the xml schema.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlSerializable::ReadXml(XmlReader^)

Reads a xml documentation for the current color.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlSerializable::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.

Return to top
Show: