Метод 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.