ReportColor.ColorToRdlString(Color) Method

Definition

Converts the color to an RDL string.

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

Parameters

c
Color

A Color object.

Returns

A string value color.

Applies to