ToColor 메서드
Returns a Color object that represents the report color.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: 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.