Sdílet prostřednictvím


ReportSize.Parse Method

Returns a ReportSize by parsing a string.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Shared Function Parse ( _
    s As String, _
    provider As IFormatProvider _
) As ReportSize
'Usage
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

Parameters

Return Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize object.

See Also

Reference

ReportSize Structure

Microsoft.ReportingServices.RdlObjectModel Namespace