Структура ReportColor
Represents a color in a report.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Structure ReportColor _
Implements IXmlSerializable, IFormattable
'Применение
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 поддерживает использование структур, но не объявление новых.
Тип ReportColor обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
ReportColor(Color) | Creates a new instance of the ReportColor class. |
![]() |
ReportColor(String) | Creates a new instance of the ReportColor class. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
Color | The color. |
![]() ![]() |
Empty | The empty color. |
![]() |
IsEmpty | Indicates whether this is an empty color. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() ![]() |
ColorToRdlString | Converts the color to an RDL string. |
![]() |
Equals | Tests the equality of this object and another ReportColor object. (Переопределяет ValueType. . :: . .Equals(Object).) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | Gets a unique hash code for the current instance. (Переопределяет ValueType. . :: . .GetHashCode() () () ().) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от 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. (Переопределяет ValueType. . :: . .ToString() () () ().) |
![]() |
ToString(String, IFormatProvider) | Returns a string representation of the current color. |
В начало
Операторы
| Имя | Описание | |
|---|---|---|
![]() ![]() |
Equality | Tests the equality of two ReportColor objects. |
![]() ![]() |
Inequality | Tests the inequality of two ReportColor objects. |
В начало
Явные реализации интерфейса
| Имя | Описание | |
|---|---|---|
![]() ![]() |
IXmlSerializable. . :: . .GetSchema | |
![]() ![]() |
IXmlSerializable. . :: . .ReadXml | |
![]() ![]() |
IXmlSerializable. . :: . .WriteXml |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)