Udostępnij za pośrednictwem


ReportColor.Parse Method

Parses a string into a ReportColor object.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Shared Function Parse ( _
    s As String, _
    provider As IFormatProvider _
) As ReportColor
'Usage
Dim s As String 
Dim provider As IFormatProvider 
Dim returnValue As ReportColor 

returnValue = ReportColor.Parse(s, provider)
public static ReportColor Parse(
    string s,
    IFormatProvider provider
)
public:
static ReportColor Parse(
    String^ s, 
    IFormatProvider^ provider
)
static member Parse : 
        s:string * 
        provider:IFormatProvider -> ReportColor
public static function Parse(
    s : String, 
    provider : IFormatProvider
) : ReportColor

Parameters

Return Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportColor
A ReportColor object.

See Also

Reference

ReportColor Structure

Microsoft.ReportingServices.RdlObjectModel Namespace