Método Parse
Parses a string into a ReportColor object.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Shared Function Parse ( _
s As String, _
provider As IFormatProvider _
) As ReportColor
'Uso
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
Parâmetros
- s
Tipo: System. . :: . .String
The string that represents the color.
- provider
Tipo: System. . :: . .IFormatProvider
Provides the formatting information for parsing the string.
Valor de retorno
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportColor
A ReportColor object.
Consulte também