ReportColor Constructor (String)

Initializes a new instance of the ReportColor class.

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

Синтаксис

'Декларация
Public Sub New ( _
    color As String _
)
public ReportColor (
    string color
)
public:
ReportColor (
    String^ color
)
public ReportColor (
    String color
)
public function ReportColor (
    color : String
)

Параметры

  • color
    The color represented as a string. For example, "red".

Замечания

Добавления:5 декабря 2005 г.

The constructor creates a new report color object with the given name or color description.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ReportColor Class
ReportColor Members
Microsoft.ReportingServices.ReportRendering Namespace