Класс ReportColor

Represents a color in a report. This class cannot be inherited.

Иерархия наследования

System.Object
  Microsoft.ReportingServices.ReportRendering.ReportColor

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public NotInheritable Class ReportColor
'Применение
Dim instance As ReportColor
public sealed class ReportColor
public ref class ReportColor sealed
[<SealedAttribute>]
type ReportColor =  class end
public final class ReportColor

Тип ReportColor обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ReportColor(Color) Initializes a new instance of the ReportColor class with a specified color.
Открытый метод ReportColor(String) Initializes a new instance of the ReportColor class.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToColor The color as a GDI+ color class.
Открытый метод ToString The color as a string, as expressed in the report definition. (Переопределяет Object.ToString().)

В начало

Замечания

Using this class, you can convert the color into several formats.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.ReportRendering