Freigeben über


ReportColor.ColorToRdlString-Methode

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

Parameter

Rückgabewert

Typ: System.String
A string value color.

Siehe auch

Verweis

ReportColor Struktur

Microsoft.ReportingServices.RdlObjectModel-Namespace