Estructura ReportColor
Represents a color in a report.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
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 admite el uso de estructuras, pero no la declaración de otras nuevas.
El tipo ReportColor expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
ReportColor(Color) | Creates a new instance of the ReportColor class. |
![]() |
ReportColor(String) | Creates a new instance of the ReportColor class. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
Color | The color. |
![]() ![]() |
Empty | The empty color. |
![]() |
IsEmpty | Indicates whether this is an empty color. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() ![]() |
ColorToRdlString | Converts the color to an RDL string. |
![]() |
Equals | Tests the equality of this object and another ReportColor object. (Invalida ValueType. . :: . .Equals(Object).) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetHashCode | Gets a unique hash code for the current instance. (Invalida ValueType. . :: . .GetHashCode() () () ().) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
MemberwiseClone | (Se hereda 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. (Invalida ValueType. . :: . .ToString() () () ().) |
![]() |
ToString(String, IFormatProvider) | Returns a string representation of the current color. |
Arriba
Operadores
| Nombre | Descripción | |
|---|---|---|
![]() ![]() |
Equality | Tests the equality of two ReportColor objects. |
![]() ![]() |
Inequality | Tests the inequality of two ReportColor objects. |
Arriba
Implementaciones de interfaces explícitas
| Nombre | Descripción | |
|---|---|---|
![]() ![]() |
IXmlSerializable. . :: . .GetSchema | |
![]() ![]() |
IXmlSerializable. . :: . .ReadXml | |
![]() ![]() |
IXmlSerializable. . :: . .WriteXml |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)