共用方式為


ReportSize.Parse 方法

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

參數

傳回值

型別:Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize object.

請參閱

參考

ReportSize 結構

Microsoft.ReportingServices.RdlObjectModel 命名空間