Classe ReportColor
Represents a color in a report. This class cannot be inherited.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..ReportColor
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ReportColor
'Utilisation
Dim instance As ReportColor
public sealed class ReportColor
public ref class ReportColor sealed
[<SealedAttribute>]
type ReportColor = class end
public final class ReportColor
Le type ReportColor expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
ReportColor(Color) | Initializes a new instance of the ReportColor class with a specified color. | |
ReportColor(String) | Initializes a new instance of the ReportColor class. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToColor | The color as a GDI+ color class. | |
ToString | The color as a string, as expressed in the report definition. (remplace Object. . :: . .ToString() () () ().) |
Haut de la page
Notes
Using this class, you can convert the color into several formats.
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.