다음을 통해 공유


ToColor 메서드

The color as a GDI+ color class.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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.