Share via


ReportColor.ColorToRdlString Method

Converts the color to an RDL string.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Shared Function ColorToRdlString ( _
    c As Color _
) As String
'Usage
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

Parameters

Return Value

Type: System.String
A string value.