ColorToRdlString 메서드
Converts the color to an RDL string.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Shared Function ColorToRdlString ( _
c As Color _
) As String
‘사용 방법
Dim c As Color
Dim returnValue As String
returnValue = ReportColor.ColorToRdlString(c)
public static string ColorToRdlString(
Color c
)
public:
static String^ ColorToRdlString(
Color c
)
static member ColorToRdlString :
c:Color -> string
public static function ColorToRdlString(
c : Color
) : String
매개 변수
- c
유형: System.Drawing. . :: . .Color
A Color object.
반환 값
유형: System. . :: . .String
A string value.