ReportColor.Parse 方法
Parses a string into a ReportColor object.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Shared Function Parse ( _
s As String, _
provider As IFormatProvider _
) As ReportColor
用法
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
参数
- s
类型:System.String
The string that represents the color.
- provider
类型:System.IFormatProvider
Provides the formatting information for parsing the string.
返回值
类型:Microsoft.ReportingServices.RdlObjectModel.ReportColor
A ReportColor object.