ReportColor Constructor (Color)

Initializes a new instance of the ReportColor class with a specified color.

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

Синтаксис

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

Параметры

  • color
    Color of the report color object.

Замечания

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

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

Платформы

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

Список поддерживаемых платформ см. в разделе 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