ReportColor.Parse(String, IFormatProvider) Method

Definition

Parses a string into a ReportColor object.

public:
 static Microsoft::ReportingServices::RdlObjectModel::ReportColor Parse(System::String ^ s, IFormatProvider ^ provider);
public static Microsoft.ReportingServices.RdlObjectModel.ReportColor Parse (string s, IFormatProvider provider);
static member Parse : string * IFormatProvider -> Microsoft.ReportingServices.RdlObjectModel.ReportColor
Public Shared Function Parse (s As String, provider As IFormatProvider) As ReportColor

Parameters

s
String

The string that represents the color.

provider
IFormatProvider

Provides the formatting information for parsing the string.

Returns

A ReportColor object.

Applies to