次の方法で共有


ReportColor.ColorToRdlString メソッド

色を RDL 文字列に変換します。

名前空間:  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
string 値の色。

関連項目

参照

ReportColor 構造体

Microsoft.ReportingServices.RdlObjectModel 名前空間