Конструктор 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
)
Параметры
- color
Тип System.Drawing. . :: . .Color
Color of the report color object.
Замечания
The constructor creates a new report color object with the given color.