共用方式為


ColorToRdlString 方法

Converts the color to an RDL string.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Shared Function ColorToRdlString ( _
    c As Color _
) As String
'用途
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

參數

傳回值

型別:System. . :: . .String
A string value.