Compartir a través de


ReportColor.ColorToRdlString Método

Converts the color to an RDL string.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Shared Function ColorToRdlString ( _
    c As Color _
) As String
'Uso
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

Parámetros

Valor devuelto

Tipo: System.String
A string value color.

Vea también

Referencia

ReportColor Estructura

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel