Estrutura ReportColor
Represents a color in a report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Structure ReportColor _
Implements IXmlSerializable, IFormattable
'Uso
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 dá suporte ao uso de estruturas, mas não à declaração de estruturas novas.
O tipo ReportColor expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
ReportColor(Color) | Creates a new instance of the ReportColor class. |
![]() |
ReportColor(String) | Creates a new instance of the ReportColor class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Color | Gets or sets the color. |
![]() ![]() |
Empty | Gets the empty color. |
![]() |
IsEmpty | Gets a value that indicates whether this is an empty color. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() ![]() |
ColorToRdlString | Converts the color to an RDL string. |
![]() |
Equals | Tests the equality of this object and another ReportColor object. (Substitui ValueType.Equals(Object).) |
![]() |
GetHashCode | Gets a unique hash code for the current instance. (Substitui ValueType.GetHashCode().) |
![]() |
GetType | (Herdado 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. (Substitui ValueType.ToString().) |
![]() |
ToString(String, IFormatProvider) | Returns a string representation of the current color. |
Início
Operadores
Nome | Descrição | |
---|---|---|
![]() ![]() |
Equality | Tests the equality of two ReportColor objects. |
![]() ![]() |
Inequality | Tests the inequality of two ReportColor objects. |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
![]() ![]() |
IXmlSerializable.GetSchema | Get the xml schema. |
![]() ![]() |
IXmlSerializable.ReadXml | Reads a xml documentation for the current color. |
![]() ![]() |
IXmlSerializable.WriteXml | Writes a xml documentation for the current color. |
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.