ReportColor.ColorToRdlString(Color) 메서드

정의

색을 RDL 문자열로 변환합니다.

public:
 static System::String ^ ColorToRdlString(System::Drawing::Color c);
public static string ColorToRdlString (System.Drawing.Color c);
static member ColorToRdlString : System.Drawing.Color -> string
Public Shared Function ColorToRdlString (c As Color) As String

매개 변수

c
Color

Color 개체입니다.

반환

색의 string 값입니다.

적용 대상