Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Converts the color to an RDL string.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Function ColorToRdlString ( _
c As Color _
) As String
'Usage
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
Parameters
- c
Type: System.Drawing.Color
A Color object.
Return Value
Type: System.String
A string value color.