Metoda ReportColor.Parse
Analizuje ciąg do ReportColor obiektu.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Shared Function Parse ( _
s As String, _
provider As IFormatProvider _
) As ReportColor
'Użycie
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
Parametry
- s
Typ: System.String
Ciąg, który reprezentuje kolor.
- provider
Typ: System.IFormatProvider
Zawiera informacje dotyczące formatowania w celu analizowania ciąg.
Wartość zwracana
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportColor
A ReportColor obiektu.
Zobacz także