Classe ReportColor
Represents a color in a report.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
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(String) | Creates a new instance of ReportColor. | |
ReportColor(String, Boolean) | Creates a new instance of ReportColor. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToColor | Returns a Color object that represents the report color. | |
ToString | Returns a string that represents the report color. (Substitui Object.ToString().) | |
TryParse(String, ReportColor%) | Attempts to parse a string value to a ReportColor. | |
TryParse(String, Boolean, ReportColor%) | Attempts to parse a string value to a ReportColor. |
Início
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.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering