Конструктор ReportColor (Color)

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

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

Синтаксис

'Декларация
Public Sub New ( _
    color As Color _
)
'Применение
Dim color As Color

Dim instance As New ReportColor(color)
public ReportColor(
    Color color
)
public:
ReportColor(
    Color color
)
new : 
        color:Color -> ReportColor
public function ReportColor(
    color : Color
)

Параметры

Замечания

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