ReportColor.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
参数
- c
类型:System.Drawing.Color
A Color object.
返回值
类型:System.String
A string value.