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

string 值色彩。

適用於