ReportColor.ToColor 方法

Returns a Color object that represents the report color.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  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.