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
- s
Type: System.String
The string that represents the color.
- provider
Type: System.IFormatProvider
Provides the formatting information for parsing the string.
Return Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportColor
A ReportColor object.