Partager via


Méthode ColorToRdlString

Converts the color to an RDL string.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Shared Function ColorToRdlString ( _
    c As Color _
) As String
'Utilisation
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

Paramètres

Valeur de retour

Type : System. . :: . .String
A string value.