Metoda ReportColor.ColorToRdlString
Konwertuje ciąg RDL kolor.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Shared Function ColorToRdlString ( _
c As Color _
) As String
'Użycie
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
Parametry
- c
Typ: System.Drawing.Color
A Color obiektu.
Wartość zwracana
Typ: System.String
A ciąg wartości.
Zobacz także