Метод ToColor
The color as a GDI+ color class.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Function ToColor As Color
'Применение
Dim instance As ReportColor
Dim returnValue As Color
returnValue = instance.ToColor()
public Color ToColor()
public:
Color ToColor()
member ToColor : unit -> Color
public function ToColor() : Color
Возвращаемое значение
Тип System.Drawing. . :: . .Color
A Color object that represents a color. For more information on Color, see Color Class.