Structure ReportColor
Represents a color in a report.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Structure ReportColor _
Implements IXmlSerializable, IFormattable
'Utilisation
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 prend en charge l'utilisation de structures, mais pas la déclaration de nouvelles structures.
Le type ReportColor expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
![]() |
ReportColor(Color) | Creates a new instance of the ReportColor class. |
![]() |
ReportColor(String) | Creates a new instance of the ReportColor class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
![]() |
Color | The color. |
![]() ![]() |
Empty | The empty color. |
![]() |
IsEmpty | Indicates whether this is an empty color. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() ![]() |
ColorToRdlString | Converts the color to an RDL string. |
![]() |
Equals | Tests the equality of this object and another ReportColor object. (remplace ValueType. . :: . .Equals(Object).) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | Gets a unique hash code for the current instance. (remplace ValueType. . :: . .GetHashCode() () () ().) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de 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. (remplace ValueType. . :: . .ToString() () () ().) |
![]() |
ToString(String, IFormatProvider) | Returns a string representation of the current color. |
Haut de la page
Opérateurs
Nom | Description | |
---|---|---|
![]() ![]() |
Equality | Tests the equality of two ReportColor objects. |
![]() ![]() |
Inequality | Tests the inequality of two ReportColor objects. |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
![]() ![]() |
IXmlSerializable. . :: . .GetSchema | |
![]() ![]() |
IXmlSerializable. . :: . .ReadXml | |
![]() ![]() |
IXmlSerializable. . :: . .WriteXml |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.