Método ColorToRdlString
Converts the color to an RDL string.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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
- c
Tipo: System.Drawing. . :: . .Color
A Color object.
Valor de retorno
Tipo: System. . :: . .String
A string value.
Consulte também