Partager via


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
Méthode publique ReportColor(Color) Initializes a new instance of the ReportColor class with a specified color.
Méthode publique ReportColor(String) Initializes a new instance of the ReportColor class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToColor The color as a GDI+ color class.
Méthode publique 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.