Returns a ReportSize by parsing a string.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Shared Function Parse ( _
s As String, _
provider As IFormatProvider _
) As ReportSize
用法
Dim s As String
Dim provider As IFormatProvider
Dim returnValue As ReportSize
returnValue = ReportSize.Parse(s, provider)
public static ReportSize Parse(
string s,
IFormatProvider provider
)
public:
static ReportSize Parse(
String^ s,
IFormatProvider^ provider
)
static member Parse :
s:string *
provider:IFormatProvider -> ReportSize
public static function Parse(
s : String,
provider : IFormatProvider
) : ReportSize
参数
- s
类型:System.String
A string that represents the size.
- provider
类型:System.IFormatProvider
An IformatProvider that provides the formatting information for the string.
返回值
类型:Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize object.