다음을 통해 공유


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 네임스페이스