Classe ReportColor
Represents a color in a report. This class cannot be inherited.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..ReportColor
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class ReportColor
'Uso
Dim instance As ReportColor
public sealed class ReportColor
public ref class ReportColor sealed
[<SealedAttribute>]
type ReportColor = class end
public final class ReportColor
O tipo ReportColor expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ReportColor(Color) | Initializes a new instance of the ReportColor class with a specified color. | |
ReportColor(String) | Initializes a new instance of the ReportColor class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToColor | The color as a GDI+ color class. | |
ToString | The color as a string, as expressed in the report definition. (Substitui Object. . :: . .ToString() () () ().) |
Início
Comentários
Using this class, you can convert the color into several formats.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.