Freigeben über


ReportColor-Struktur

Represents a color in a report.

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

Syntax

'Declaration
Public Structure ReportColor _
    Implements IXmlSerializable, IFormattable
'Usage
Dim instance As ReportColor
public struct ReportColor : IXmlSerializable, 
    IFormattable
public value class ReportColor : IXmlSerializable, 
    IFormattable
[<SealedAttribute>]
type ReportColor =  
    struct 
        interface IXmlSerializable 
        interface IFormattable 
    end
JScript unterstützt die Verwendung von Strukturen, aber nicht die Deklaration neuer Strukturen.

Der ReportColor-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ReportColor(Color) Creates a new instance of the ReportColor class.
Öffentliche Methode ReportColor(String) Creates a new instance of the ReportColor class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Color Gets or sets the color.
Öffentliche EigenschaftStatisches Element Empty Gets the empty color.
Öffentliche Eigenschaft IsEmpty Gets a value that indicates whether this is an empty color.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche MethodeStatisches Element ColorToRdlString Converts the color to an RDL string.
Öffentliche Methode Equals Tests the equality of this object and another ReportColor object. (Überschreibt ValueType.Equals(Object).)
Öffentliche Methode GetHashCode Gets a unique hash code for the current instance. (Überschreibt ValueType.GetHashCode().)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche MethodeStatisches Element Parse Parses a string into a ReportColor object.
Öffentliche Methode SetEmpty Set the current instance to an empty color.
Öffentliche Methode ToString() Returns a string representation of the current color. (Überschreibt ValueType.ToString().)
Öffentliche Methode ToString(String, IFormatProvider) Returns a string representation of the current color.

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatisches Element Equality Tests the equality of two ReportColor objects.
Öffentlicher OperatorStatisches Element Inequality Tests the inequality of two ReportColor objects.

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IXmlSerializable.GetSchema Get the xml schema.
Explizite SchnittstellenimplementierungPrivate Methode IXmlSerializable.ReadXml Reads a xml documentation for the current color.
Explizite SchnittstellenimplementierungPrivate Methode IXmlSerializable.WriteXml Writes a xml documentation for the current color.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace