Поделиться через


Класс ReportColor

Represents a color in a report.

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

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportColor

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  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(String) Creates a new instance of ReportColor.
Открытый метод ReportColor(String, Boolean) Creates a new instance of ReportColor.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToColor Returns a Color object that represents the report color.
Открытый метод ToString Returns a string that represents the report color. (Переопределяет 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.

В начало

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

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

См. также

Справочник

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