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.