Méthode Parse
Parses a string into a ReportColor object.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Shared Function Parse ( _
s As String, _
provider As IFormatProvider _
) As ReportColor
'Utilisation
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
Paramètres
- s
Type : System. . :: . .String
The string that represents the color.
- provider
Type : System. . :: . .IFormatProvider
Provides the formatting information for parsing the string.
Valeur de retour
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportColor
A ReportColor object.
Voir aussi