Struttura ReportColor
Represents a color in a report.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Structure ReportColor _
Implements IXmlSerializable, IFormattable
'Utilizzo
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 supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.
Nel tipo ReportColor sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ReportColor(Color) | Creates a new instance of the ReportColor class. | |
ReportColor(String) | Creates a new instance of the ReportColor class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Color | Gets or sets the color. | |
Empty | Gets the empty color. | |
IsEmpty | Gets a value that indicates whether this is an empty color. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
ColorToRdlString | Converts the color to an RDL string. | |
Equals | Tests the equality of this object and another ReportColor object. Esegue l'override di ValueType.Equals(Object). | |
GetHashCode | Gets a unique hash code for the current instance. Esegue l'override di ValueType.GetHashCode(). | |
GetType | Ereditato da Object. | |
Parse | 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. Esegue l'override di ValueType.ToString(). | |
ToString(String, IFormatProvider) | Returns a string representation of the current color. |
In alto
Operatori
Nome | Descrizione | |
---|---|---|
Equality | Tests the equality of two ReportColor objects. | |
Inequality | Tests the inequality of two ReportColor objects. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IXmlSerializable.GetSchema | Get the xml schema. | |
IXmlSerializable.ReadXml | Reads a xml documentation for the current color. | |
IXmlSerializable.WriteXml | Writes a xml documentation for the current color. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.