ReportColor Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a color in a report.
public value class ReportColor : IFormattable, System::Xml::Serialization::IXmlSerializable
[System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.ReportColorConverter))]
public struct ReportColor : IFormattable, System.Xml.Serialization.IXmlSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.ReportColorConverter))>]
type ReportColor = struct
interface IXmlSerializable
interface IFormattable
Public Structure ReportColor
Implements IFormattable, IXmlSerializable
- Inheritance
-
ReportColor
- Attributes
- Implements
Constructors
ReportColor(Color) |
Creates a new instance of the ReportColor class. |
ReportColor(String) |
Creates a new instance of the ReportColor class. |
Properties
Color |
Gets or sets the color. |
Empty |
Gets the empty color. |
IsEmpty |
Gets a value that indicates whether this is an empty color. |
Methods
ColorToRdlString(Color) |
Converts the color to an RDL string. |
Equals(Object) |
Tests the equality of this object and another ReportColor object. |
GetHashCode() |
Gets a unique hash code for the current instance. |
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. |
ToString(String, IFormatProvider) |
Returns a string representation of the current color. |
Operators
Equality(ReportColor, ReportColor) |
Tests the equality of two ReportColor objects. |
Inequality(ReportColor, ReportColor) |
Tests the inequality of two ReportColor objects. |
Explicit Interface Implementations
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. |